8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfe8ec3 commit 2a89042Copy full SHA for 2a89042
doc/src/sgml/config.sgml
@@ -4491,7 +4491,9 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
4491
<para>
4492
The current effective value of the search path can be examined
4493
via the <acronym>SQL</acronym> function
4494
- <function>current_schemas()</>. This is not quite the same as
+ <function>current_schemas()</>
4495
+ (see <xref linkend="functions-info">).
4496
+ This is not quite the same as
4497
examining the value of <varname>search_path</varname>, since
4498
<function>current_schemas()</> shows how the items
4499
appearing in <varname>search_path</varname> were resolved.
0 commit comments