<row>
<entry><structname>pg_stat_progress_cluster</structname><indexterm><primary>pg_stat_progress_cluster</primary></indexterm></entry>
- <entry>One row for each backend running
+ <entry>One row for each backend running <command>REPACK</command>,
<command>CLUSTER</command> or <command>VACUUM FULL</command>, showing current progress.
See <xref linkend="cluster-progress-reporting"/>.
</entry>
<row>
<entry><structname>pg_stat_progress_repack</structname><indexterm><primary>pg_stat_progress_repack</primary></indexterm></entry>
- <entry>One row for each backend running
- <command>REPACK</command>, showing current progress. See
+ <entry>One row for each backend running <command>REPACK</command>,
+ <command>CLUSTER</command> or <command>VACUUM FULL</command>, showing current progress.
<xref linkend="repack-progress-reporting"/>.
</entry>
</row>
</indexterm>
<para>
- Whenever <command>CLUSTER</command> or <command>VACUUM FULL</command> is
- running, the <structname>pg_stat_progress_cluster</structname> view will
+ Whenever <command>REPACK</command>, <command>CLUSTER</command> or
+ <command>VACUUM FULL</command> is running,
+ the backwards-compatibility <structname>pg_stat_progress_cluster</structname>
+ view will
contain a row for each backend that is currently running either command.
The tables below describe the information that will be reported and
provide information about how to interpret it.
<structfield>command</structfield> <type>text</type>
</para>
<para>
- The command that is running. Either <literal>CLUSTER</literal> or <literal>VACUUM FULL</literal>.
+ The command that is running. Either <command>CLUSTER</command> or
+ <command>VACUUM FULL</command>.
+ Because this view exists for backwards-compatibility purposes only,
+ it will translate any <command>REPACK</command> command into one of
+ these other two.
</para></entry>
</row>
</para></entry>
</row>
+ <row>
+ <entry role="catalog_table_entry"><para role="column_definition">
+ <structfield>command</structfield> <type>text</type>
+ </para>
+ <para>
+ The command that is running. Either <command>REPACK</command> or
+ <command>VACUUM FULL</command>, or <command>CLUSTER</command>.
+ </para></entry>
+ </row>
+
<row>
<entry role="catalog_table_entry"><para role="column_definition">
<structfield>phase</structfield> <type>text</type>