pgsql: doc: Add additional index entries for progress reporting views.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Add additional index entries for progress reporting views.
Date: 2020-12-01 08:20:28
Message-ID: E1kk0tg-0000fa-4Y@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Add additional index entries for progress reporting views.

In the docs, the index entries for progress reporting views link to
the "Viewing Statistics" section, but previously they did not link to
the dedicated section (e.g., "ANALYZE Progress Reporting") for
each view. This was inconvenient when finding the section describing
the detailed information about each view, from the index.
This commit adds additional index entries linking to those dedicated
sections.

Author: Fujii Masao
Reviewed-by: Shinya Kato
Discussion: https://postgr.es/m/e49c2768-65d2-188a-5424-270fa29ccc84@oss.nttdata.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0a4db67b5ed05c4013ea968930af36853f088404

Modified Files
--------------
doc/src/sgml/monitoring.sgml | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2020-12-01 12:38:35 pgsql: docs: ulink all references to RFC's
Previous Message Michael Paquier 2020-12-01 07:35:31 pgsql: doc: Remove more notes about compatibilities with past versions