Search Results for tag alter
Found 2 resultsHow to Reset Sequence After Truncating Table in PostgreSQL
In PostgreSQL, when you truncate a table, the auto-increment sequence does not get reset. You have to use additional parameters to reset the sequence. ... read more
In PostgreSQL, when you truncate a table, the auto-increment sequence does not get reset. You have to use additional parameters to reset the sequence. ... read more
{ updated: 2025-10-16 02:00:20 }
How to Reset Auto Increment Counter Sequence in PostgreSQL
If you want to reset the auto increment SERIAL SEQUENCE number in PostgreSQL, this blog post is for you. ... read more
If you want to reset the auto increment SERIAL SEQUENCE number in PostgreSQL, this blog post is for you. ... read more
{ updated: 2025-10-16 01:55:26 }