Skip to content

Commit 7a3e8d7

Browse files
committed
Move pg_stat_progress_vacuum to the table of Dynamic Statistics Views in doc.
Previously the description about pg_stat_progress_vacuum was in the table of "Collected Statistics Views" in the doc. But since it repors dynamic information, i.e., the current progress of VACUUM, its description should be in the table of "Dynamic Statistics Views". Back-patch to 9.6 where pg_stat_progress_vacuum was added. Author: Amit Langote Discussion: http://postgr.es/m/7ab51b59-8d4d-6193-c60a-b75f222efb12@lab.ntt.co.jp
1 parent a6e7d59 commit 7a3e8d7

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

doc/src/sgml/monitoring.sgml

+8-6
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,14 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
324324
</entry>
325325
</row>
326326

327+
<row>
328+
<entry><structname>pg_stat_progress_vacuum</><indexterm><primary>pg_stat_progress_vacuum</primary></indexterm></entry>
329+
<entry>One row for each backend (including autovacuum worker processes) running
330+
<command>VACUUM</>, showing current progress.
331+
See <xref linkend='vacuum-progress-reporting'>.
332+
</entry>
333+
</row>
334+
327335
</tbody>
328336
</tgroup>
329337
</table>
@@ -515,12 +523,6 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
515523
yet included in <structname>pg_stat_user_functions</>).</entry>
516524
</row>
517525

518-
<row>
519-
<entry><structname>pg_stat_progress_vacuum</><indexterm><primary>pg_stat_progress_vacuum</primary></indexterm></entry>
520-
<entry>One row for each backend (including autovacuum worker processes) running
521-
<command>VACUUM</>, showing current progress.
522-
See <xref linkend='vacuum-progress-reporting'>.</entry>
523-
</row>
524526
</tbody>
525527
</tgroup>
526528
</table>

0 commit comments

Comments
 (0)