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:
parent
27cd521e6e
commit
d0f5d25b39
@ -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
Loading…
x
Reference in New Issue
Block a user