| From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: doc: Add missing cross-links in system catalog documentation |
| Date: | 2020-09-03 11:37:16 |
| Message-ID: | E1kDnYK-0007BY-7O@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
doc: Add missing cross-links in system catalog documentation
This makes the first mention of a system catalog or view in each
paragraph in the system system catalog and view documentation pages
hyperlinks, for easier navigation.
Also linkify the first mention of pg_hba.conf in pg_hba_file_rules, as
that's more specific and easier to spot than the link to the client
authentication chapter.
Author: Dagfinn Ilmari Mannsåker <ilmari(at)ilmari(dot)org>
Discussion: https://www.postgresql.org/message-id/flat/87mu5xqc11(dot)fsf(at)wibble(dot)ilmari(dot)org
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/cb6eb4a09e8adf3cc25e8eff9fdd43d8d9cd9c86
Modified Files
--------------
doc/src/sgml/catalogs.sgml | 122 ++++++++++++++++++++++++---------------------
1 file changed, 66 insertions(+), 56 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2020-09-03 15:45:38 | pgsql: Doc: mention packager-supplied tools for server start/stop, init |
| Previous Message | Peter Eisentraut | 2020-09-03 10:47:57 | pgsql: Fix XML id to match containing page |