From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Doc: improve documentation about nextval()/setval(). |
Date: | 2021-11-24 18:37:38 |
Message-ID: | E1mpx9G-0008Vn-N4@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
------
REL_14_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/6d1bdd5e0712c0c3460d68dc2175f842530b1f83
Modified Files
--------------
doc/src/sgml/func.sgml | 31 ++++++++++++++++++++++---------
1 file changed, 22 insertions(+), 9 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2021-11-24 18:46:25 | Re: pgsql: xlog.c: Remove global variables ReadRecPtr and EndRecPtr. |
Previous Message | Robert Haas | 2021-11-24 18:16:37 | Re: pgsql: xlog.c: Remove global variables ReadRecPtr and EndRecPtr. |