pgsql: doc: Make libpq documentation navigable between functions

Lists: pgsql-committers
From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Make libpq documentation navigable between functions
Date: 2019-07-26 08:55:57
Message-ID: E1hqw17-0001OE-M0@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: 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(at)cri(dot)ensmp(dot)fr>
Reviewed-by: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/alpine(dot)DEB(dot)2(dot)21(dot)1905121032330(dot)27203(at)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(-)