We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc69cc1 commit 38ba28eCopy full SHA for 38ba28e
doc/src/sgml/ref/create_sequence.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$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.38 2003/11/25 19:27:18 petere Exp $
3
PostgreSQL documentation
4
-->
5
@@ -101,7 +101,7 @@ SELECT * FROM <replaceable>name</replaceable>;
101
<listitem>
102
<para>
103
The optional clause <literal>INCREMENT BY <replaceable
104
- class="parameter">increment</replaceable></literal> specified,
+ class="parameter">increment</replaceable></literal> specifies
105
which value is added to the current sequence value to create a
106
new value. A positive value will make an ascending sequence, a
107
negative one a descending sequence. The default value is 1.
0 commit comments