From: Bruce Momjian Date: Wed, 28 Nov 2007 05:13:41 +0000 (+0000) Subject: Add a few current_* variable index entries to the docs. X-Git-Tag: REL8_3_BETA4~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=492ae18f0d8f0222c9168f1ec2a2b422868aaf67;p=postgresql Add a few current_* variable index entries to the docs. Guillaume Lelarge --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index a3baee1448..c08fe3cecf 100644 --- 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