Re: [HACKERS] Postgres Question

2000-10-26 Thread Philip Warner
At 11:22 25/10/00 -0400, Jeff Tucker wrote: 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? Which version are you us

[HACKERS] Postgres Question

2000-10-25 Thread Jeff Tucker
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?   Th