From: Peter Eisentraut Date: Tue, 25 Nov 2003 19:27:04 +0000 (+0000) Subject: Fix language. X-Git-Tag: REL7_4_1~89 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1230343332ef814bac5312942360bbcdfff88e6d;p=thirdparty%2Fpostgresql.git Fix language. --- diff --git a/doc/src/sgml/ref/create_sequence.sgml b/doc/src/sgml/ref/create_sequence.sgml index 49422063e23..b53f199b5b1 100644 --- a/doc/src/sgml/ref/create_sequence.sgml +++ b/doc/src/sgml/ref/create_sequence.sgml @@ -1,5 +1,5 @@ @@ -101,7 +101,7 @@ SELECT * FROM name; The optional clause INCREMENT BY increment specified, + class="parameter">increment specifies which value is added to the current sequence value to create a new value. A positive value will make an ascending sequence, a negative one a descending sequence. The default value is 1.