pgsql: doc: Make libpq documentation navigable between functions - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: doc: Make libpq documentation navigable between functions
Date
Msg-id E1hqw17-0001OE-M0@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Make libpq documentation navigable between functions

Turn most mentions of libpq functions into links.  At id attributes to
most libpq functions, where not existing yet, so that they can be
linked to.  (In a handful of cases there were problems with the PDF
processing toolchain, so those instances were not changed.)

Author: Fabien COELHO <coelho@cri.ensmp.fr>
Reviewed-by: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Discussion: https://www.postgresql.org/message-id/flat/alpine.DEB.2.21.1905121032330.27203@lancre

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/ecpg.sgml  |   6 +-
doc/src/sgml/libpq.sgml | 796 ++++++++++++++++++++++++------------------------
doc/src/sgml/lobj.sgml  |   2 +-
3 files changed, 402 insertions(+), 402 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: doc: PG 12 relnotes - add item about amcheck index root check
Next
From: Tom Lane
Date:
Subject: pgsql: Fix loss of fractional digits for large values incash_numeric()