*** ./doc/src/sgml/datatype.sgml.orig	Mon Mar  4 00:29:35 2002
--- ./doc/src/sgml/datatype.sgml	Mon Mar  4 00:31:51 2002
***************
*** 688,694 ****
       names <type>bigserial</type> and <type>serial8</type> work just
       the same way, except that they create a <type>bigint</type>
       column.  <type>bigserial</type> should be used if you anticipate
!      use of more than 2<superscript>31</> identifiers over the lifetime of the table.
      </para>
  
      <para>
--- 688,694 ----
       names <type>bigserial</type> and <type>serial8</type> work just
       the same way, except that they create a <type>bigint</type>
       column.  <type>bigserial</type> should be used if you anticipate
!      the use of more than 2<superscript>31</> identifiers over the lifetime of the table.
      </para>
  
      <para>
***************
*** 704,710 ****
  
       The sequence will remain in the database until explicitly dropped using
       <command>DROP SEQUENCE</command>.  (This annoyance will probably be
!      changed in some future release.)
      </para>
     </sect2>
    </sect1>
--- 704,710 ----
  
       The sequence will remain in the database until explicitly dropped using
       <command>DROP SEQUENCE</command>.  (This annoyance will probably be
!      fixed in some future release.)
      </para>
     </sect2>
    </sect1>
