Postgres Question

Поиск
Список
Период
Сортировка
От Jeff Tucker
Тема Postgres Question
Дата
Msg-id 003d01c03e97$57ba8800$47c207c6@pavilion
обсуждение исходный текст
Ответы Re: Postgres Question  (Philip Warner <pjw@rhyme.com.au>)
Список 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 по дате отправления:

Предыдущее
От: "Jeff Tucker"
Дата:
Сообщение: Postgres Question
Следующее
От: Alex Pilosov
Дата:
Сообщение: sanity of using -current?