Commit d0f5d25b authored by Peter Eisentraut's avatar Peter Eisentraut

doc: Change libpq function ids to mixed case

The ids for linking to libpq functions were previously all lower-case.
Change to mixed-case, matching the actual function name, for easier
readability in the source.  The output isn't changed in a significant
way, since the ids are converted to lower or upper case for file names
and anchors.
parent 27cd521e
......@@ -17518,7 +17518,7 @@ SET search_path TO <replaceable>schema</replaceable> <optional>, <replaceable>sc
get this information from <xref linkend="guc-server-version"/> or
for a machine-readable version, <xref linkend="guc-server-version-num"/>.
Software developers should use <literal>server_version_num</literal>
(available since 8.2) or <xref linkend="libpq-pqserverversion"/> instead
(available since 8.2) or <xref linkend="libpq-PQserverVersion"/> instead
of parsing the text version.
</para>
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment