projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0c4ac7
)
Add missing table entry for lastval(), per Jeff Davis.
author
Tom Lane
Thu, 6 Dec 2007 17:47:25 +0000
(17:47 +0000)
committer
Tom Lane
Thu, 6 Dec 2007 17:47:25 +0000
(17:47 +0000)
doc/src/sgml/func.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index deb6ec19d27e87a80eee7d7cdee539b1eeadddbd..1e6521177861fc9e3195f6ecc770000476b67a44 100644
(file)
--- 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