Skip to content

Commit c06bdaf

Browse files
committed
Add doc cross-reference to search_path discussion of current_schemas().
Brendan Jurd
1 parent 45d792f commit c06bdaf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/src/sgml/config.sgml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4285,7 +4285,9 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
42854285
<para>
42864286
The current effective value of the search path can be examined
42874287
via the <acronym>SQL</acronym> function
4288-
<function>current_schemas()</>. This is not quite the same as
4288+
<function>current_schemas()</>
4289+
(see <xref linkend="functions-info">).
4290+
This is not quite the same as
42894291
examining the value of <varname>search_path</varname>, since
42904292
<function>current_schemas()</> shows how the items
42914293
appearing in <varname>search_path</varname> were resolved.

0 commit comments

Comments
 (0)