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.
This commit is contained in:
Peter Eisentraut 2019-07-25 14:43:13 +02:00
parent 27cd521e6e
commit d0f5d25b39
2 changed files with 137 additions and 137 deletions

View File

@ -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>

File diff suppressed because it is too large Load Diff