From: Tom Lane Date: Thu, 6 Dec 2007 17:47:25 +0000 (+0000) Subject: Add missing table entry for lastval(), per Jeff Davis. X-Git-Tag: REL8_3_RC1~129 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f039a8cf8e7893b709d33b6966e1cf8834e43ce2;p=postgresql Add missing table entry for lastval(), per Jeff Davis. --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index deb6ec19d2..1e65211778 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,4 +1,4 @@ - + Functions and Operators @@ -8613,6 +8613,12 @@ table2-mapping Return value most recently obtained with nextval for specified sequence + + lastval() + bigint + Return value most recently obtained with + nextval for any sequence + nextval(regclass) bigint