Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0a53600

Browse files
committed
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
1 parent 4e04628 commit 0a53600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/release-12.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Branch: REL_10_STABLE [e5794cd59] 2021-03-12 11:08:42 -0500
186186
</para>
187187

188188
<para>
189-
<literal>GENERATED ALWAYS AS IDENTITY</literal> implies <literal>NOT
189+
<literal>GENERATED ... AS IDENTITY</literal> implies <literal>NOT
190190
NULL</literal>, so don't allow it to be combined with an
191191
explicit <literal>NULL</literal> specification.
192192
</para>

0 commit comments

Comments
 (0)