Index: doc/src/sgml/ref/create_table.sgml
===================================================================
RCS file: /var/lib/cvs/pgsql-server/doc/src/sgml/ref/create_table.sgml,v
retrieving revision 1.55
diff -c -r1.55 create_table.sgml
*** doc/src/sgml/ref/create_table.sgml	18 May 2002 15:44:47 -0000	1.55
--- doc/src/sgml/ref/create_table.sgml	1 Sep 2002 07:52:51 -0000
***************
*** 247,255 ****
      <term><literal>NOT NULL</></term>
      <listitem>
       <para>
!       The column is not allowed to contain NULL values.  This is
!       equivalent to the column constraint <literal>CHECK (<replaceable
!       class="PARAMETER">column</replaceable> NOT NULL)</literal>.
       </para>
      </listitem>
     </varlistentry>
--- 247,253 ----
      <term><literal>NOT NULL</></term>
      <listitem>
       <para>
!       The column is not allowed to contain NULL values.
       </para>
      </listitem>
     </varlistentry>
