mirror of
https://github.com/postgres/postgres.git
synced 2026-04-24 15:47:01 -04:00
doc: update PG 11 rel. notes for ALTER TABLE's non-null default
Reported-by: Peter Geoghegan
This commit is contained in:
parent
bebc46931a
commit
8c6227a2f3
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue