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

Commitb368788

Browse files
committed
Update CREATE SEQUENCE documentation to show the same sequence being
created and increments. The old docs created the sequence, then showeda nextval() of 114.
1 parent40bf871 commitb368788

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

‎doc/src/sgml/ref/create_sequence.sgml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/create_sequence.sgml,v 1.47 2007/02/01 00:28:18 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/create_sequence.sgml,v 1.48 2007/02/01 00:34:03 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -288,7 +288,18 @@ SELECT nextval('serial');
288288

289289
nextval
290290
---------
291-
114
291+
101
292+
</programlisting>
293+
</para>
294+
295+
<para>
296+
Select the next number from this sequence:
297+
<programlisting>
298+
SELECT nextval('serial');
299+
300+
nextval
301+
---------
302+
102
292303
</programlisting>
293304
</para>
294305

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp