mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
doc: Update ALTER SEQUENCE documentation to match
Update documentation to match change in
0bc1207aeb.
This commit is contained in:
parent
aa7f593b1f
commit
123f03ba2c
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ ALTER SEQUENCE [ IF EXISTS ] <replaceable class="parameter">name</replaceable> S
|
|||
class="parameter">minvalue</replaceable></literal> determines
|
||||
the minimum value a sequence can generate. If <literal>NO
|
||||
MINVALUE</literal> is specified, the defaults of 1 and
|
||||
-2<superscript>63</>-1 for ascending and descending sequences,
|
||||
-2<superscript>63</> for ascending and descending sequences,
|
||||
respectively, will be used. If neither option is specified,
|
||||
the current minimum value will be maintained.
|
||||
</para>
|
||||
|
|
|
|||
Loading…
Reference in a new issue