mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
doc: Add backlinks to progress reporting documentation
Previously, the only place where progress reports were mentioned is in the section for monitoring dedicated to its catalogs. This makes the progress reporting more discoverable, by adding links from the pages of the commands supporting progress reports to their related catalog views. Author: Matthias van de Meent Reviewed-by: Justin Pryzby, Bharath Rupireddy, Josef Šimánek, Tomas Vondra Discussion: https://postgr.es/m/CAEze2WiOcgdH4aQA8NtZq-4dgvnJzp8PohdeKchPkhMY-jWZXA@mail.gmail.com
This commit is contained in:
@@ -192,6 +192,11 @@ CLUSTER [VERBOSE]
|
||||
are periodically reclustered.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Each backend running <command>CLUSTER</command> will report its progress
|
||||
in the <structname>pg_stat_progress_cluster</structname> view. See
|
||||
<xref linkend="cluster-progress-reporting"/> for details.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1>
|
||||
@@ -242,6 +247,7 @@ CLUSTER <replaceable class="parameter">index_name</replaceable> ON <replaceable
|
||||
|
||||
<simplelist type="inline">
|
||||
<member><xref linkend="app-clusterdb"/></member>
|
||||
<member><xref linkend="cluster-progress-reporting"/></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
Reference in New Issue
Block a user