Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5c63dab

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 be182d5 commit 5c63dab

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

doc/src/sgml/monitoring.sgml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,14 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
316316
</entry>
317317
</row>
318318

319+
<row>
320+
<entry><structname>pg_stat_progress_vacuum</><indexterm><primary>pg_stat_progress_vacuum</primary></indexterm></entry>
321+
<entry>One row for each backend (including autovacuum worker processes) running
322+
<command>VACUUM</>, showing current progress.
323+
See <xref linkend='vacuum-progress-reporting'>.
324+
</entry>
325+
</row>
326+
319327
</tbody>
320328
</tgroup>
321329
</table>
@@ -507,12 +515,6 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
507515
yet included in <structname>pg_stat_user_functions</>).</entry>
508516
</row>
509517

510-
<row>
511-
<entry><structname>pg_stat_progress_vacuum</><indexterm><primary>pg_stat_progress_vacuum</primary></indexterm></entry>
512-
<entry>One row for each backend (including autovacuum worker processes) running
513-
<command>VACUUM</>, showing current progress.
514-
See <xref linkend='vacuum-progress-reporting'>.</entry>
515-
</row>
516518
</tbody>
517519
</tgroup>
518520
</table>

0 commit comments

Comments
 (0)