Add missing table entry for lastval(), per Jeff Davis.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 6 Dec 2007 17:47:25 +0000 (17:47 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 6 Dec 2007 17:47:25 +0000 (17:47 +0000)
doc/src/sgml/func.sgml

index 221fb6de36d23403b213077cda0b484851620415..5a38d2a3909eb93df30bdcbbafeaaff12cdf2154 100644 (file)
@@ -8613,6 +8613,12 @@ table2-mapping
         <entry>Return value most recently obtained with
         <function>nextval</function> for specified sequence</entry>
       </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>
         <entry><literal><function>nextval</function>(<type>regclass</type>)</literal></entry>
         <entry><type>bigint</type></entry>