diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2017-01-25 09:28:38 -0500 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2017-01-25 09:28:57 -0500 |
commit | 87ecf2d14fa236e894267ef5e702ff08b8965f9d (patch) | |
tree | e383f165607d1f632732290fc3ed844ac63b2233 | |
parent | d8d32d9a56a3cecfb14e8f47ebd50b780edffe60 (diff) | |
download | postgresql-87ecf2d14fa236e894267ef5e702ff08b8965f9d.tar.gz postgresql-87ecf2d14fa236e894267ef5e702ff08b8965f9d.zip |
doc: Fix typo
-rw-r--r-- | doc/src/sgml/ref/alter_sequence.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/alter_sequence.sgml b/doc/src/sgml/ref/alter_sequence.sgml index 307366526fe..3b52e875e34 100644 --- a/doc/src/sgml/ref/alter_sequence.sgml +++ b/doc/src/sgml/ref/alter_sequence.sgml @@ -117,7 +117,7 @@ ALTER SEQUENCE [ IF EXISTS ] <replaceable class="parameter">name</replaceable> S The optional clause <literal>MAXVALUE <replaceable class="parameter">maxvalue</replaceable></literal> determines 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 sequences, respectively, will be used. If neither option is specified, the current maximum value will be maintained. |