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 40bf871 commit b368788Copy full SHA for b368788
doc/src/sgml/ref/create_sequence.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$PostgreSQL: pgsql/doc/src/sgml/ref/create_sequence.sgml,v 1.47 2007/02/01 00:28:18 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/create_sequence.sgml,v 1.48 2007/02/01 00:34:03 momjian Exp $
3
PostgreSQL documentation
4
-->
5
@@ -288,7 +288,18 @@ SELECT nextval('serial');
288
289
nextval
290
---------
291
- 114
+ 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
303
</programlisting>
304
</para>
305
0 commit comments