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

doc/src/sgml/func.sgml

index a3baee14489cb9f775e9d7a09d33ecd2bcaff78b..c08fe3cecf01321ef8adde67b2bb9be2d244ae63 100644 (file)
@@ -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