1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-10 09:21:54 +03:00

Add doc cross-reference to search_path discussion of current_schemas().

Brendan Jurd
This commit is contained in:
Robert Haas 2011-06-13 12:37:49 -04:00
parent 3390fceb69
commit f2328b0713

View File

@ -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.