1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-02 09:02:37 +03:00

Fix language.

This commit is contained in:
Peter Eisentraut
2003-11-25 19:27:04 +00:00
parent 9765c6a9a3
commit 1230343332

View File

@ -1,5 +1,5 @@
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_sequence.sgml,v 1.37 2003/09/22 00:16:57 petere Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_sequence.sgml,v 1.37.2.1 2003/11/25 19:27:04 petere Exp $
PostgreSQL documentation
-->
@ -101,7 +101,7 @@ SELECT * FROM <replaceable>name</replaceable>;
<listitem>
<para>
The optional clause <literal>INCREMENT BY <replaceable
class="parameter">increment</replaceable></literal> specified,
class="parameter">increment</replaceable></literal> 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.