From 492ae18f0d8f0222c9168f1ec2a2b422868aaf67 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 28 Nov 2007 05:13:41 +0000 Subject: [PATCH] Add a few current_* variable index entries to the docs. Guillaume Lelarge --- doc/src/sgml/func.sgml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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