postgres restart id

Solutions on MaxInterview for postgres restart id by the best coders in the world

showing results for - "postgres restart id"
Valerio
22 May 2020
1-- if you dont mind losing the data, do the following
2TRUNCATE TABLE someTable RESTART IDENTITY;