Getting Sequence Value

Поиск
Список
Период
Сортировка
От JORGE MALDONADO
Тема Getting Sequence Value
Дата
Msg-id CAAY=A78gDhsiY4TkedccBxqQ2StY9ee9khqqt2x2zuc+=vA+sg@mail.gmail.com
обсуждение исходный текст
Ответы Re: Getting Sequence Value  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-novice
I need to get the sequence value of  a table before inserting a new record, so I am using currval, but I am getting an error stating that "currval is not defined for this session". I tried using nextval, but the sequence skips one value because nextval increments by one and also an additional increment is preformed by the insert operation.

How can I get the next available value avoiding these issues?

Regards,
Jorge Maldonado 

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

Предыдущее
От: Tomasz Barszczewski
Дата:
Сообщение: Re: PostgreSQL database for GITLAB - Must it use the public schema?
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: Getting Sequence Value