|
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 $ --> |
2 | 2 |
|
3 | 3 | <chapter id="functions">
|
4 | 4 | <title>Functions and Operators</title>
|
@@ -8613,6 +8613,12 @@ table2-mapping
|
8613 | 8613 | <entry>Return value most recently obtained with
|
8614 | 8614 | <function>nextval</function> for specified sequence</entry>
|
8615 | 8615 | </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> |
8616 | 8622 | <row>
|
8617 | 8623 | <entry><literal><function>nextval</function>(<type>regclass</type>)</literal></entry>
|
8618 | 8624 | <entry><type>bigint</type></entry>
|
|