Skip to content

Commit 6350d75

Browse files
committed
Remove parentheses from mention of current_schemas function.
This is more consistent with what we do elsewhere, and hopefully avoids creating the perception that current_schemas takes no arguments. As suggested by Brendan Jurd
1 parent c06bdaf commit 6350d75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/config.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4285,11 +4285,11 @@ 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()</>
4288+
<function>current_schemas</>
42894289
(see <xref linkend="functions-info">).
42904290
This is not quite the same as
42914291
examining the value of <varname>search_path</varname>, since
4292-
<function>current_schemas()</> shows how the items
4292+
<function>current_schemas</> shows how the items
42934293
appearing in <varname>search_path</varname> were resolved.
42944294
</para>
42954295

0 commit comments

Comments
 (0)