Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

postgres restart id

-- if you dont mind losing the data, do the following
TRUNCATE TABLE someTable RESTART IDENTITY;
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #postgres #restart #id
ADD COMMENT
Topic
Name
8+9 =