Remove parentheses from mention of current_schemas function.
authorRobert Haas
Mon, 13 Jun 2011 17:02:54 +0000 (13:02 -0400)
committerRobert Haas
Mon, 13 Jun 2011 17:02:54 +0000 (13:02 -0400)
This is more consistent with what we do elsewhere, and hopefully avoids
creating the perception that current_schemas takes no arguments.

As suggested by Brendan Jurd

doc/src/sgml/config.sgml

index 3d9c3a0ca98e12e5080005e61eedf8576aa31700..e835e4bc9095c7b12553d490840f5a2f2fdee0f2 100644 (file)
@@ -4491,11 +4491,11 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
        
         The current effective value of the search path can be examined
         via the SQL function
-        current_schemas()
+        current_schemas
         (see ).
         This is not quite the same as
         examining the value of search_path, since
-        current_schemas() shows how the items
+        current_schemas shows how the items
         appearing in search_path were resolved.