doc: Change libpq function ids to mixed case

Peter Eisentraut <peter@eisentraut.org>

Commit: d0f5d25b393747157d35c775e0942a0c68957823
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2019-07-26T08:39:13Z
Releases: 13.0
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.

Files

PathChange+/−
doc/src/sgml/func.sgml modified +1 −1
doc/src/sgml/libpq.sgml modified +136 −136

Documentation touched