From: Bruce Momjian Date: Tue, 5 Mar 2002 06:14:45 +0000 (+0000) Subject: This trivial patch fixes a typo and improves the phrasing of a sentence X-Git-Tag: REL7_3~1964 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7bf7b0bd7537f9ffd15c8f70cd2689acfa506cd7;p=thirdparty%2Fpostgresql.git This trivial patch fixes a typo and improves the phrasing of a sentence in the docs. Neil Conway --- diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index 68fdb9cbe88..4738954ab79 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -1,5 +1,5 @@ @@ -688,7 +688,7 @@ CREATE TABLE tablename ( 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. + the use of more than 231 identifiers over the lifetime of the table. @@ -704,7 +704,7 @@ CREATE TABLE tablename (DROP SEQUENCE. (This annoyance will probably be - changed in some future release.) + fixed in some future release.)