Re: working with sequences

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: working with sequences
Дата
Msg-id 3228.1012496264@sss.pgh.pa.us
обсуждение исходный текст
Ответ на working with sequences  (Alex Ott <ott@jet.msk.su>)
Список pgsql-sql
Alex Ott <ott@jet.msk.su> writes:
> and after insert i need get current value of sequence
> 'rfc822_address_seq'. I do this with
> select currval('rfc822_addr_spec_seq')
> but sometimes this query return none and my programm crash. This offten
> happen after 2-3 call of nextval

This is quite hard to believe; if currval() has succeeded once then
I don't see how it could fail later on in the same session.

Are you sure you are passing the same sequence name each time?
currval will fail if asked about a sequence name that hasn't
been nextval'd earlier in the current session.
        regards, tom lane


В списке pgsql-sql по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Regression tests failed on 7.2rc2
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Regression tests failed on 7.2rc2