diff options
author | Bruce Momjian | 2007-11-28 05:13:41 +0000 |
---|---|---|
committer | Bruce Momjian | 2007-11-28 05:13:41 +0000 |
commit | 7ab2b7c76594f17d8f6ce53a0a35ba71f9b51ae7 (patch) | |
tree | 54e0c9e241a21b133a77927f26962b07bb9b50d7 | |
parent | dc29ad649a8606aae0e33f209152d353d87b511a (diff) |
Add a few current_* variable index entries to the docs.
Guillaume Lelarge
-rw-r--r-- | doc/src/sgml/func.sgml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 14ba5493c0..b33f6b449c 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -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 |