summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2014-10-11 21:23:57 +0000
committerBruce Momjian2014-10-11 21:23:57 +0000
commit80e6af1272750595c02e910bde907e30c592579b (patch)
tree96426158f5b42accc7cbf20879f899eff0c8d670
parent4f2e5a8a84f39ec027d1018f655b85b1b1513701 (diff)
docs: remove mention that attnotnull should be changed
Report by Andres Freund
-rw-r--r--doc/src/sgml/catalogs.sgml3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml
index f4617b67e9..f98e282741 100644
--- a/doc/src/sgml/catalogs.sgml
+++ b/doc/src/sgml/catalogs.sgml
@@ -1227,8 +1227,7 @@
<entry><type>bool</type></entry>
<entry></entry>
<entry>
- This represents a not-null constraint. It is possible to
- change this column to enable or disable the constraint.
+ This represents a not-null constraint.
</entry>
</row>