index 61bee148bfafc51b02e41640da748c020dba7d34..e5afabf12aeeae75bc9a3dd9b1ee5e8c9f5ea33e 100644 (file)
<!--
-$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 $
PostgreSQL documentation
-->
nextval
---------
- 114
+ 101
+</programlisting>
+ </para>
+
+ <para>
+ Select the next number from this sequence:
+<programlisting>
+SELECT nextval('serial');
+
+ nextval
+---------
+ 102
</programlisting>
</para>