1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

doc: update PG 11 rel. notes for ALTER TABLE's non-null default

Reported-by: Peter Geoghegan
This commit is contained in:
Bruce Momjian
2018-05-12 20:46:37 -04:00
parent bebc46931a
commit 8c6227a2f3

View File

@ -1546,8 +1546,8 @@ same commits as above
--> -->
<para> <para>
Allow <literal>NOT NULL</literal> to be added to columns without Allow <command>ALTER TABLE</command> to add a non-null default
requiring a table rewrite (Andrew Dunstan, Serge Rielau) column without a table rewrite (Andrew Dunstan, Serge Rielau)
</para> </para>
</listitem> </listitem>