pgsql: doc: Change libpq function ids to mixed case

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Change libpq function ids to mixed case
Date: 2019-07-26 08:55:57
Message-ID: E1hqw17-0001O9-Ln@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d0f5d25b393747157d35c775e0942a0c68957823

Modified Files
--------------
doc/src/sgml/func.sgml | 2 +-
doc/src/sgml/libpq.sgml | 272 ++++++++++++++++++++++++------------------------
2 files changed, 137 insertions(+), 137 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-07-26 16:00:46 pgsql: Fix loss of fractional digits for large values in cash_numeric()
Previous Message Bruce Momjian 2019-07-26 01:37:08 pgsql: doc: PG 12 relnotes - add item about amcheck index root check