pgsql: Doc: correct erroneous entry in this week's minor release notes.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: correct erroneous entry in this week's minor release notes.
Date: 2021-05-14 21:36:36
Message-ID: E1lhfU4-0001Gt-VW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: correct erroneous entry in this week's minor release notes.

The patch to disallow a NULL specification in combination with
GENERATED ... AS IDENTITY applied to both ALWAYS and BY DEFAULT
variants of that clause, not only the former.

Noted by Shay Rojansky.

Discussion: https://postgr.es/m/CADT4RqAwD3A=RvGiQU9AiTK-6VeuXcycwPHmJPv_OBCJFYOEww@mail.gmail.com

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6a4c07156802fa2efee75c273a7d5d9ae81bda28

Modified Files
--------------
doc/src/sgml/release-13.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-05-14 21:36:37 pgsql: Doc: correct erroneous entry in this week's minor release notes.
Previous Message Tom Lane 2021-05-14 19:07:56 pgsql: Prevent infinite insertion loops in spgdoinsert().