diff options
author | Robert Haas <rhaas@postgresql.org> | 2011-06-13 12:37:49 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2011-06-13 12:38:32 -0400 |
commit | f2328b0713b175b0d49651fb7ec807e7174e92aa (patch) | |
tree | 2ff0a318a9808212e0a7354226f74ca99708f699 | |
parent | 3390fceb69bd818101bcd0f20769ac28ccec725b (diff) | |
download | postgresql-f2328b0713b175b0d49651fb7ec807e7174e92aa.tar.gz postgresql-f2328b0713b175b0d49651fb7ec807e7174e92aa.zip |
Add doc cross-reference to search_path discussion of current_schemas().
Brendan Jurd
-rw-r--r-- | doc/src/sgml/config.sgml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 2097499bda7..3d9c3a0ca98 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -4491,7 +4491,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. |