projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
497365f
)
Add a few current_* variable index entries to the docs.
author
Bruce Momjian
Wed, 28 Nov 2007 05:13:41 +0000
(
05:13
+0000)
committer
Bruce Momjian
Wed, 28 Nov 2007 05:13:41 +0000
(
05:13
+0000)
Guillaume Lelarge
doc/src/sgml/func.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index a3baee14489cb9f775e9d7a09d33ecd2bcaff78b..c08fe3cecf01321ef8adde67b2bb9be2d244ae63 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-1,4
+1,4
@@
-
+
Functions and Operators
@@
-10722,6
+10722,18
@@
select current_date + s.a as dates from generate_series(0,14,7) as s(a);
current
+
+
current_database
+
+
+
+
current_schema
+
+
+
+
current_user
+
+
The
session_user
is normally the user who initiated
the current database connection; but superusers can change this setting