summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2007-11-28 05:13:41 +0000
committerBruce Momjian <bruce@momjian.us>2007-11-28 05:13:41 +0000
commit492ae18f0d8f0222c9168f1ec2a2b422868aaf67 (patch)
tree89c7b0b870b0a44ea7e20798f85ff223bbb07227 /doc/src
parent497365f48aedc1ba17ab55ceaf2c8a65d56d9dfe (diff)
Add a few current_* variable index entries to the docs.
Guillaume Lelarge
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/func.sgml14
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index a3baee14489..c08fe3cecf0 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.412 2007/11/27 18:29:11 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.413 2007/11/28 05:13:41 momjian Exp $ -->
<chapter id="functions">
<title>Functions and Operators</title>
@@ -10722,6 +10722,18 @@ select current_date + s.a as dates from generate_series(0,14,7) as s(a);
<secondary>current</secondary>
</indexterm>
+ <indexterm>
+ <primary>current_database</primary>
+ </indexterm>
+
+ <indexterm>
+ <primary>current_schema</primary>
+ </indexterm>
+
+ <indexterm>
+ <primary>current_user</primary>
+ </indexterm>
+
<para>
The <function>session_user</function> is normally the user who initiated
the current database connection; but superusers can change this setting