Commit 87ecf2d1 authored by Peter Eisentraut's avatar Peter Eisentraut

doc: Fix typo

parent d8d32d9a
...@@ -117,7 +117,7 @@ ALTER SEQUENCE [ IF EXISTS ] <replaceable class="parameter">name</replaceable> S ...@@ -117,7 +117,7 @@ ALTER SEQUENCE [ IF EXISTS ] <replaceable class="parameter">name</replaceable> S
The optional clause <literal>MAXVALUE <replaceable The optional clause <literal>MAXVALUE <replaceable
class="parameter">maxvalue</replaceable></literal> determines class="parameter">maxvalue</replaceable></literal> determines
the maximum value for the sequence. If <literal>NO the maximum value for the sequence. If <literal>NO
MAXVALUE</literal> is specified, the defaults are MAXVALUE</literal> is specified, the defaults of
2<superscript>63</>-1 and -1 for ascending and descending 2<superscript>63</>-1 and -1 for ascending and descending
sequences, respectively, will be used. If neither option is sequences, respectively, will be used. If neither option is
specified, the current maximum value will be maintained. specified, the current maximum value will be maintained.
......
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