Skip to content

Commit f039a8c

Browse files
committed
Add missing table entry for lastval(), per Jeff Davis.
1 parent a0c4ac7 commit f039a8c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

doc/src/sgml/func.sgml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.415 2007/12/03 23:49:50 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.416 2007/12/06 17:47:25 tgl Exp $ -->
22

33
<chapter id="functions">
44
<title>Functions and Operators</title>
@@ -8613,6 +8613,12 @@ table2-mapping
86138613
<entry>Return value most recently obtained with
86148614
<function>nextval</function> for specified sequence</entry>
86158615
</row>
8616+
<row>
8617+
<entry><literal><function>lastval</function>()</literal></entry>
8618+
<entry><type>bigint</type></entry>
8619+
<entry>Return value most recently obtained with
8620+
<function>nextval</function> for any sequence</entry>
8621+
</row>
86168622
<row>
86178623
<entry><literal><function>nextval</function>(<type>regclass</type>)</literal></entry>
86188624
<entry><type>bigint</type></entry>

0 commit comments

Comments
 (0)