summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2011-06-13 12:37:49 -0400
committerRobert Haas <rhaas@postgresql.org>2011-06-13 12:38:47 -0400
commitc06bdaf92c78d3d5bc6efdc4474abbf33ab7a047 (patch)
tree068e1ecc964dd6ceb0913051985b08a1460df976
parent45d792f70272ed57b932816562f31c2f79426c2a (diff)
Add doc cross-reference to search_path discussion of current_schemas().
Brendan Jurd
-rw-r--r--doc/src/sgml/config.sgml4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 1b8e5a5259a..16d7433c2a3 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -4285,7 +4285,9 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
<para>
The current effective value of the search path can be examined
via the <acronym>SQL</acronym> function
- <function>current_schemas()</>. This is not quite the same as
+ <function>current_schemas()</>
+ (see <xref linkend="functions-info">).
+ This is not quite the same as
examining the value of <varname>search_path</varname>, since
<function>current_schemas()</> shows how the items
appearing in <varname>search_path</varname> were resolved.