public inbox for [email protected]
help / color / mirror / Atom feedFrom: Brendan Jurd <[email protected]>
To: [email protected]
Subject: Add link to current_schemas in config.sgml
Date: Tue, 31 May 2011 16:27:59 +1000
Message-ID: <[email protected]> (raw)
Hi folks,
This is just a quick docs patch to add a link to the mention of the
current_schemas function from 18.10.1. Statement Behavior.
The function must be called with one boolean argument, the meaning of
which isn't clear until you read the description in 9.23.
I also removed the parentheses after the function name as this was a)
misleading the reader into thinking the function could be called
without arguments and b) inconsistent with the style for referring to
functions elsewhere in the chapter.
Cheers,
BJ
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 3981969..c0ba5a5 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -4485,10 +4485,11 @@ 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
- examining the value of <varname>search_path</varname>, since
- <function>current_schemas()</> shows how the items
- appearing in <varname>search_path</varname> were resolved.
+ <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.
</para>
<para>
view thread (6+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected]
Subject: Re: Add link to current_schemas in config.sgml
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox