Postgres Question - Mailing list pgsql-hackers

From Jeff Tucker
Subject Postgres Question
Date
Msg-id 003d01c03e97$57ba8800$47c207c6@pavilion
Whole thread Raw
Responses Re: Postgres Question  (Philip Warner <pjw@rhyme.com.au>)
List pgsql-hackers
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

pgsql-hackers by date:

Previous
From: "Jeff Tucker"
Date:
Subject: Postgres Question
Next
From: Alex Pilosov
Date:
Subject: sanity of using -current?