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 45d792f commit c06bdafCopy full SHA for c06bdaf
doc/src/sgml/config.sgml
@@ -4285,7 +4285,9 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
4285
<para>
4286
The current effective value of the search path can be examined
4287
via the <acronym>SQL</acronym> function
4288
- <function>current_schemas()</>. This is not quite the same as
+ <function>current_schemas()</>
4289
+ (see <xref linkend="functions-info">).
4290
+ This is not quite the same as
4291
examining the value of <varname>search_path</varname>, since
4292
<function>current_schemas()</> shows how the items
4293
appearing in <varname>search_path</varname> were resolved.
0 commit comments