From 0a4db67b5ed05c4013ea968930af36853f088404 Mon Sep 17 00:00:00 2001 From: Fujii Masao Date: Tue, 1 Dec 2020 17:19:23 +0900 Subject: [PATCH] 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 --- doc/src/sgml/monitoring.sgml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 98e19954538..cc48c30ef30 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -5229,6 +5229,10 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, ANALYZE Progress Reporting + + pg_stat_progress_analyze + + Whenever ANALYZE is running, the pg_stat_progress_analyze view will contain a @@ -5442,6 +5446,10 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, CREATE INDEX Progress Reporting + + pg_stat_progress_create_index + + Whenever CREATE INDEX or REINDEX is running, the pg_stat_progress_create_index view will contain @@ -5738,6 +5746,10 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, VACUUM Progress Reporting + + pg_stat_progress_vacuum + + Whenever VACUUM is running, the pg_stat_progress_vacuum view will contain @@ -5964,6 +5976,10 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, CLUSTER Progress Reporting + + pg_stat_progress_cluster + + Whenever CLUSTER or VACUUM FULL is running, the pg_stat_progress_cluster view will @@ -6182,6 +6198,10 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, Base Backup Progress Reporting + + pg_stat_progress_basebackup + + Whenever an application like pg_basebackup is taking a base backup, the