diff options
author | Bruce Momjian <bruce@momjian.us> | 2014-10-11 17:23:57 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2014-10-11 17:23:57 -0400 |
commit | 80e6af1272750595c02e910bde907e30c592579b (patch) | |
tree | 96426158f5b42accc7cbf20879f899eff0c8d670 /doc/src | |
parent | 4f2e5a8a84f39ec027d1018f655b85b1b1513701 (diff) | |
download | postgresql-80e6af1272750595c02e910bde907e30c592579b.tar.gz postgresql-80e6af1272750595c02e910bde907e30c592579b.zip |
docs: remove mention that attnotnull should be changed
Report by Andres Freund
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/catalogs.sgml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index f4617b67e95..f98e282741f 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> |