projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8d32d9
)
doc: Fix typo
author
Peter Eisentraut
<peter_e@gmx.net>
Wed, 25 Jan 2017 14:28:38 +0000
(09:28 -0500)
committer
Peter Eisentraut
<peter_e@gmx.net>
Wed, 25 Jan 2017 14:28:57 +0000
(09:28 -0500)
doc/src/sgml/ref/alter_sequence.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/alter_sequence.sgml
b/doc/src/sgml/ref/alter_sequence.sgml
index 307366526feeba9bc6d3ef30240960dc17c76ccb..3b52e875e34efe92965a9ad6ec5783f7479dc744 100644
(file)
--- 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.