Thread: Postgres Question

Postgres Question

From
"Jeff Tucker"
Date:
HELP!
 
I used to be able to manually set a sequence id by typing:
 
SELECT setval('products_seq_id',100); but for some reason it is no longer working.  It would previously return 100 and now it returns nothing and the counter is not increased to 100.  Any suggestions on where to look?
 
Thanks much
Jeff