]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Doc: correct erroneous entry in this week's minor release notes.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 14 May 2021 21:36:20 +0000 (17:36 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 14 May 2021 21:36:20 +0000 (17:36 -0400)
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

doc/src/sgml/release-13.sgml

index 8c9aae803330f089023f7de6a5d449da36b503f2..6a8817363a1f3ccff259423e4ee6df0f4dc01e4e 100644 (file)
@@ -186,7 +186,7 @@ Branch: REL_10_STABLE [e5794cd59] 2021-03-12 11:08:42 -0500
      </para>
 
      <para>
-      <literal>GENERATED ALWAYS AS IDENTITY</literal> implies <literal>NOT
+      <literal>GENERATED ... AS IDENTITY</literal> implies <literal>NOT
       NULL</literal>, so don't allow it to be combined with an
       explicit <literal>NULL</literal> specification.
      </para>