Thanks to visit codestin.com Credit goes to github.com
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 aa7f593 commit 123f03bCopy full SHA for 123f03b
doc/src/sgml/ref/alter_sequence.sgml
@@ -102,7 +102,7 @@ ALTER SEQUENCE [ IF EXISTS ] <replaceable class="parameter">name</replaceable> S
102
class="parameter">minvalue</replaceable></literal> determines
103
the minimum value a sequence can generate. If <literal>NO
104
MINVALUE</literal> is specified, the defaults of 1 and
105
- -2<superscript>63</>-1 for ascending and descending sequences,
+ -2<superscript>63</> for ascending and descending sequences,
106
respectively, will be used. If neither option is specified,
107
the current minimum value will be maintained.
108
</para>
0 commit comments