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>
Allow <literal>NOT NULL</literal> to be added to columns without
requiring a table rewrite (Andrew Dunstan, Serge Rielau)
Allow <command>ALTER TABLE</command> to add a non-null default
column without a table rewrite (Andrew Dunstan, Serge Rielau)
</para>
</listitem>