Skip to content

Commit 674818d

Browse files
committed
This patch corrects a minor mis-statement in the CREATE DOMAIN docs,
pointed out by Chris KL on -hackers a little while ago -- NOT NULL != CHECK xxx IS NOT NULL. Neil Conway
1 parent da395b5 commit 674818d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

doc/src/sgml/ref/create_domain.sgml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_domain.sgml,v 1.5 2002/04/23 02:07:15 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_domain.sgml,v 1.6 2002/09/20 03:39:15 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -108,9 +108,7 @@ where <replaceable class="PARAMETER">constraint</replaceable> is:
108108
<term><literal>NOT NULL</></term>
109109
<listitem>
110110
<para>
111-
Values of this domain are not allowed to be NULL. This is
112-
equivalent to the column constraint <literal>CHECK (<replaceable
113-
class="PARAMETER">column</replaceable> NOT NULL)</literal>.
111+
Values of this domain are not allowed to be NULL.
114112
</para>
115113
</listitem>
116114
</varlistentry>

0 commit comments

Comments
 (0)