Index: doc/src/sgml/ref/create_domain.sgml
===================================================================
RCS file: /var/lib/cvs/pgsql-server/doc/src/sgml/ref/create_domain.sgml,v
retrieving revision 1.5
diff -c -r1.5 create_domain.sgml
*** doc/src/sgml/ref/create_domain.sgml	23 Apr 2002 02:07:15 -0000	1.5
--- doc/src/sgml/ref/create_domain.sgml	16 Sep 2002 00:33:24 -0000
***************
*** 108,116 ****
        <term><literal>NOT NULL</></term>
        <listitem>
         <para>
!         Values of this domain are not allowed to be NULL.  This is
!         equivalent to the column constraint <literal>CHECK (<replaceable
!         class="PARAMETER">column</replaceable> NOT NULL)</literal>.
         </para>
        </listitem>
       </varlistentry>
--- 108,114 ----
        <term><literal>NOT NULL</></term>
        <listitem>
         <para>
!         Values of this domain are not allowed to be NULL.  
         </para>
        </listitem>
       </varlistentry>
