pgsql: Doc: improve documentation about nextval()/setval().

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Doc: improve documentation about nextval()/setval().
Дата
Msg-id E1mpx9G-0008Vl-MX@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Doc: improve documentation about nextval()/setval().

Clarify that the results of nextval and setval are not guaranteed
persistent until the calling transaction commits.  Some people
seem to have drawn the opposite conclusion from the statement that
these functions are never rolled back, so re-word to avoid saying
it quite that way.

Discussion: https://postgr.es/m/CAKU4AWohO=NfM-4KiZWvdc+z3c1C9FrUBR6xnReFJ6sfy0i=Lw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4ac452e2285da347c75f5960ae211e183a87b57b

Modified Files
--------------
doc/src/sgml/func.sgml | 31 ++++++++++++++++++++++---------
1 file changed, 22 insertions(+), 9 deletions(-)


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix missing space in docs.
Следующее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: xlog.c: Remove global variables ReadRecPtr and EndRecPtr.