pgsql: doc: Make libpq documentation navigable between functions

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: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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(-)

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