Skip to content

Commit 037cc13

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 d776045 commit 037cc13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/release-11.sgml

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

174174
<para>
175-
<literal>GENERATED ALWAYS AS IDENTITY</literal> implies <literal>NOT
175+
<literal>GENERATED ... AS IDENTITY</literal> implies <literal>NOT
176176
NULL</literal>, so don't allow it to be combined with an
177177
explicit <literal>NULL</literal> specification.
178178
</para>

0 commit comments

Comments
 (0)