11<!--
2- $Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.84 2002/01/20 22:19:55 petere Exp $
2+ $Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.85 2002/03/05 06:14:45 momjian Exp $
33-->
44
55 <chapter id="datatype">
@@ -688,7 +688,7 @@ CREATE TABLE <replaceable class="parameter">tablename</replaceable> (
688688 names <type>bigserial</type> and <type>serial8</type> work just
689689 the same way, except that they create a <type>bigint</type>
690690 column. <type>bigserial</type> should be used if you anticipate
691- use of more than 2<superscript>31</> identifiers over the lifetime of the table.
691+ the use of more than 2<superscript>31</> identifiers over the lifetime of the table.
692692 </para>
693693
694694 <para>
@@ -704,7 +704,7 @@ CREATE TABLE <replaceable class="parameter">tablename</replaceable> (<replaceabl
704704
705705 The sequence will remain in the database until explicitly dropped using
706706 <command>DROP SEQUENCE</command>. (This annoyance will probably be
707- changed in some future release.)
707+ fixed in some future release.)
708708 </para>
709709 </sect2>
710710 </sect1>