We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da395b5 commit 674818dCopy full SHA for 674818d
doc/src/sgml/ref/create_domain.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_domain.sgml,v 1.5 2002/04/23 02:07:15 tgl Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_domain.sgml,v 1.6 2002/09/20 03:39:15 momjian Exp $
3
PostgreSQL documentation
4
-->
5
@@ -108,9 +108,7 @@ where <replaceable class="PARAMETER">constraint</replaceable> is:
108
<term><literal>NOT NULL</></term>
109
<listitem>
110
<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>.
+ Values of this domain are not allowed to be NULL.
114
</para>
115
</listitem>
116
</varlistentry>
0 commit comments