*** ./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 bigserial and serial8 work just the same way, except that they create a bigint column. bigserial should be used if you anticipate ! use of more than 231 identifiers over the lifetime of the table. --- 688,694 ---- names bigserial and serial8 work just the same way, except that they create a bigint column. bigserial should be used if you anticipate ! the use of more than 231 identifiers over the lifetime of the table. *************** *** 704,710 **** The sequence will remain in the database until explicitly dropped using DROP SEQUENCE. (This annoyance will probably be ! changed in some future release.) --- 704,710 ---- The sequence will remain in the database until explicitly dropped using DROP SEQUENCE. (This annoyance will probably be ! fixed in some future release.)