pgsql: Docs: improve warnings about nextval() not producing gapless seq

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Docs: improve warnings about nextval() not producing gapless seq
Дата
Msg-id E1az5qp-00060v-5J@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Docs: improve warnings about nextval() not producing gapless sequences.

In the documentation for nextval(), point out explicitly that INSERT ...
ON CONFLICT will call nextval() if needed for the insertion case, whether
or not it ends up following the ON CONFLICT path.  This seems to be a
matter of some confusion, cf bug #14126, so let's be clear about it.

Also mention the issue in the CREATE SEQUENCE reference page, since that
is another place where people might expect such things to be covered.

Minor wording improvements nearby, as well.

Back-patch to 9.5 where ON CONFLICT was introduced.

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/673bceaf3f24a7a3d3ed346d07cedc6524ad888d

Modified Files
--------------
doc/src/sgml/func.sgml                | 22 ++++++++++++++--------
doc/src/sgml/ref/create_sequence.sgml | 10 ++++++++++
2 files changed, 24 insertions(+), 8 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Docs: improve warnings about nextval() not producing gapless seq
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: In new pg_dump TAP tests, remove trailing "$" from regexps using