Skip to content

Commit 0a4db67

Browse files
committed
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
1 parent 8a17f44 commit 0a4db67

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

doc/src/sgml/monitoring.sgml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5229,6 +5229,10 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
52295229
<sect2 id="analyze-progress-reporting">
52305230
<title>ANALYZE Progress Reporting</title>
52315231

5232+
<indexterm>
5233+
<primary>pg_stat_progress_analyze</primary>
5234+
</indexterm>
5235+
52325236
<para>
52335237
Whenever <command>ANALYZE</command> is running, the
52345238
<structname>pg_stat_progress_analyze</structname> view will contain a
@@ -5442,6 +5446,10 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
54425446
<sect2 id="create-index-progress-reporting">
54435447
<title>CREATE INDEX Progress Reporting</title>
54445448

5449+
<indexterm>
5450+
<primary>pg_stat_progress_create_index</primary>
5451+
</indexterm>
5452+
54455453
<para>
54465454
Whenever <command>CREATE INDEX</command> or <command>REINDEX</command> is running, the
54475455
<structname>pg_stat_progress_create_index</structname> view will contain
@@ -5738,6 +5746,10 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
57385746
<sect2 id="vacuum-progress-reporting">
57395747
<title>VACUUM Progress Reporting</title>
57405748

5749+
<indexterm>
5750+
<primary>pg_stat_progress_vacuum</primary>
5751+
</indexterm>
5752+
57415753
<para>
57425754
Whenever <command>VACUUM</command> is running, the
57435755
<structname>pg_stat_progress_vacuum</structname> view will contain
@@ -5964,6 +5976,10 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
59645976
<sect2 id="cluster-progress-reporting">
59655977
<title>CLUSTER Progress Reporting</title>
59665978

5979+
<indexterm>
5980+
<primary>pg_stat_progress_cluster</primary>
5981+
</indexterm>
5982+
59675983
<para>
59685984
Whenever <command>CLUSTER</command> or <command>VACUUM FULL</command> is
59695985
running, the <structname>pg_stat_progress_cluster</structname> view will
@@ -6182,6 +6198,10 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
61826198
<sect2 id="basebackup-progress-reporting">
61836199
<title>Base Backup Progress Reporting</title>
61846200

6201+
<indexterm>
6202+
<primary>pg_stat_progress_basebackup</primary>
6203+
</indexterm>
6204+
61856205
<para>
61866206
Whenever an application like <application>pg_basebackup</application>
61876207
is taking a base backup, the

0 commit comments

Comments
 (0)