alistairphillips.com

I’m : a web and mobile developer based in the Australia.


PostregSQL Sequence Reset

If you need to reset a sequence in PostgreSQL then execute SELECT setval('table_id_seq', 0);