Re: additional question about postgresql 10 's new identity column

Поиск
Список
Период
Сортировка
От john snow
Тема Re: additional question about postgresql 10 's new identity column
Дата
Msg-id CAE67tvW+3FbRqM4D362XpSbTNAM7Yv79Vi9SMrKOsv8gC2+v0Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: additional question about postgresql 10 's new identity column  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-novice
thanks!

On Sat, Dec 16, 2017 at 11:27 AM, David G. Johnston <david.g.johnston@gmail.com> wrote:
On Friday, December 15, 2017, john snow <ofbizfanster@gmail.com> wrote:
 
anything we can do or configure so that failed inserts wont advance the nextval for the primary key?

No. PostgreSQL favors concurrency in this.  If you want to go gap-less you will need to write it up yourself.

David J. 

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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: additional question about postgresql 10 's new identity column
Следующее
От: Garry Chen
Дата:
Сообщение: Postgresql 10 range partition