Add a few current_* variable index entries to the docs.
authorBruce Momjian <bruce@momjian.us>
Wed, 28 Nov 2007 05:13:41 +0000 (05:13 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 28 Nov 2007 05:13:41 +0000 (05:13 +0000)
Guillaume Lelarge

doc/src/sgml/func.sgml

index 14ba5493c03fb31c263e76319cf9b4870b8071dc..b33f6b449cddfc975ad0d0196f8e2e3abe0d48fe 100644 (file)
@@ -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