From: Robert Haas Date: Mon, 13 Jun 2011 17:02:54 +0000 (-0400) Subject: Remove parentheses from mention of current_schemas function. X-Git-Tag: REL9_1_BETA3~91 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=20c73f3a327d2289871e7701e8325e5e3ebe518c;p=postgresql Remove parentheses from mention of current_schemas function. 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 --- diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 3d9c3a0ca9..e835e4bc90 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -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.