summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2018-05-12 20:46:37 -0400
committerBruce Momjian <bruce@momjian.us>2018-05-12 20:46:37 -0400
commit8c6227a2f3cdf144c4de135329fd76eb66f5684a (patch)
tree54e406be4106195e57fb6c1fc807b2a67dce873b
parentbebc46931a1215567d4aabaebb406848f5a82340 (diff)
doc: update PG 11 rel. notes for ALTER TABLE's non-null default
Reported-by: Peter Geoghegan
-rw-r--r--doc/src/sgml/release-11.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/release-11.sgml b/doc/src/sgml/release-11.sgml
index 4bb1a983bbf..6bde17eecce 100644
--- a/doc/src/sgml/release-11.sgml
+++ b/doc/src/sgml/release-11.sgml
@@ -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>