Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 38ba28e

Browse files
committed
Fix language.
1 parent dc69cc1 commit 38ba28e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/create_sequence.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_sequence.sgml,v 1.37 2003/09/22 00:16:57 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_sequence.sgml,v 1.38 2003/11/25 19:27:18 petere Exp $
33
PostgreSQL documentation
44
-->
55

@@ -101,7 +101,7 @@ SELECT * FROM <replaceable>name</replaceable>;
101101
<listitem>
102102
<para>
103103
The optional clause <literal>INCREMENT BY <replaceable
104-
class="parameter">increment</replaceable></literal> specified,
104+
class="parameter">increment</replaceable></literal> specifies
105105
which value is added to the current sequence value to create a
106106
new value. A positive value will make an ascending sequence, a
107107
negative one a descending sequence. The default value is 1.

0 commit comments

Comments
 (0)