8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8d32d9 commit 87ecf2dCopy full SHA for 87ecf2d
doc/src/sgml/ref/alter_sequence.sgml
@@ -117,7 +117,7 @@ ALTER SEQUENCE [ IF EXISTS ] <replaceable class="parameter">name</replaceable> S
117
The optional clause <literal>MAXVALUE <replaceable
118
class="parameter">maxvalue</replaceable></literal> determines
119
the maximum value for the sequence. If <literal>NO
120
- MAXVALUE</literal> is specified, the defaults are
+ MAXVALUE</literal> is specified, the defaults of
121
2<superscript>63</>-1 and -1 for ascending and descending
122
sequences, respectively, will be used. If neither option is
123
specified, the current maximum value will be maintained.
0 commit comments