|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_domain.sgml,v 1.5 2002/04/23 02:07:15tgl Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_domain.sgml,v 1.6 2002/09/20 03:39:15momjian Exp $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -108,9 +108,7 @@ where <replaceable class="PARAMETER">constraint</replaceable> is:
|
108 | 108 | <term><literal>NOT NULL</></term>
|
109 | 109 | <listitem>
|
110 | 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>. |
| 111 | + Values of this domain are not allowed to be NULL. |
114 | 112 | </para>
|
115 | 113 | </listitem>
|
116 | 114 | </varlistentry>
|
|