Commit 38ba28e5 authored by Peter Eisentraut's avatar Peter Eisentraut

Fix language.

parent dc69cc10
<!-- <!--
$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 $
PostgreSQL documentation PostgreSQL documentation
--> -->
...@@ -101,7 +101,7 @@ SELECT * FROM <replaceable>name</replaceable>; ...@@ -101,7 +101,7 @@ SELECT * FROM <replaceable>name</replaceable>;
<listitem> <listitem>
<para> <para>
The optional clause <literal>INCREMENT BY <replaceable 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 which value is added to the current sequence value to create a
new value. A positive value will make an ascending sequence, a new value. A positive value will make an ascending sequence, a
negative one a descending sequence. The default value is 1. negative one a descending sequence. The default value is 1.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment