mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Add missing table entry for lastval(), per Jeff Davis.
This commit is contained in:
parent
a0c4ac77ad
commit
f039a8cf8e
@ -1,4 +1,4 @@
|
|||||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.415 2007/12/03 23:49:50 tgl Exp $ -->
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.416 2007/12/06 17:47:25 tgl Exp $ -->
|
||||||
|
|
||||||
<chapter id="functions">
|
<chapter id="functions">
|
||||||
<title>Functions and Operators</title>
|
<title>Functions and Operators</title>
|
||||||
@ -8613,6 +8613,12 @@ table2-mapping
|
|||||||
<entry>Return value most recently obtained with
|
<entry>Return value most recently obtained with
|
||||||
<function>nextval</function> for specified sequence</entry>
|
<function>nextval</function> for specified sequence</entry>
|
||||||
</row>
|
</row>
|
||||||
|
<row>
|
||||||
|
<entry><literal><function>lastval</function>()</literal></entry>
|
||||||
|
<entry><type>bigint</type></entry>
|
||||||
|
<entry>Return value most recently obtained with
|
||||||
|
<function>nextval</function> for any sequence</entry>
|
||||||
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry><literal><function>nextval</function>(<type>regclass</type>)</literal></entry>
|
<entry><literal><function>nextval</function>(<type>regclass</type>)</literal></entry>
|
||||||
<entry><type>bigint</type></entry>
|
<entry><type>bigint</type></entry>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user