|
1 | 1 | <!-- |
2 | | -$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_table.sgml,v 1.55 2002/05/18 15:44:47 petere Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_table.sgml,v 1.56 2002/09/02 06:20:53 momjian Exp $ |
3 | 3 | PostgreSQL documentation |
4 | 4 | --> |
5 | 5 |
|
@@ -247,9 +247,7 @@ and <replaceable class="PARAMETER">table_constraint</replaceable> is: |
247 | 247 | <term><literal>NOT NULL</></term> |
248 | 248 | <listitem> |
249 | 249 | <para> |
250 | | - The column is not allowed to contain NULL values. This is |
251 | | - equivalent to the column constraint <literal>CHECK (<replaceable |
252 | | - class="PARAMETER">column</replaceable> NOT NULL)</literal>. |
| 250 | + The column is not allowed to contain NULL values. |
253 | 251 | </para> |
254 | 252 | </listitem> |
255 | 253 | </varlistentry> |
|