Move pg_stat_progress_vacuum to the table of Dynamic Statistics Views in doc.
authorFujii Masao
Thu, 13 Apr 2017 03:09:14 +0000 (12:09 +0900)
committerFujii Masao
Thu, 13 Apr 2017 03:10:06 +0000 (12:10 +0900)
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

doc/src/sgml/monitoring.sgml

index 077642878e000b283097f9d10d4d3140ad3821e4..dc824651059810796255c9e797405bdcd3ad5479 100644 (file)
@@ -316,6 +316,14 @@ postgres   27093  0.0  0.0  30096  2752 ?        Ss   11:34   0:00 postgres: ser
       
      
 
+     
+      pg_stat_progress_vacuumpg_stat_progress_vacuum
+      One row for each backend (including autovacuum worker processes) running
+       VACUUM, showing current progress.
+       See .
+      
+     
+
     
    
   
@@ -507,12 +515,6 @@ postgres   27093  0.0  0.0  30096  2752 ?        Ss   11:34   0:00 postgres: ser
       yet included in pg_stat_user_functions).
      
 
-     
-      pg_stat_progress_vacuumpg_stat_progress_vacuum
-      One row for each backend (including autovacuum worker processes) running
-      VACUUM, showing current progress.
-      See .
-