Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit123f03b

Browse files
committed
doc: Update ALTER SEQUENCE documentation to match
Update documentation to match change in0bc1207.
1 parentaa7f593 commit123f03b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/ref/alter_sequence.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ ALTER SEQUENCE [ IF EXISTS ] <replaceable class="parameter">name</replaceable> S
102102
class="parameter">minvalue</replaceable></literal> determines
103103
the minimum value a sequence can generate. If <literal>NO
104104
MINVALUE</literal> is specified, the defaults of 1 and
105-
-2<superscript>63</>-1 for ascending and descending sequences,
105+
-2<superscript>63</> for ascending and descending sequences,
106106
respectively, will be used. If neither option is specified,
107107
the current minimum value will be maintained.
108108
</para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp