Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf039a8c

Browse files
committed
Add missing table entry for lastval(), per Jeff Davis.
1 parenta0c4ac7 commitf039a8c

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)

[8]ページ先頭

©2009-2025 Movatter.jp