Move pg_stat_progress_vacuum to the table of Dynamic Statistics Views in doc.

Fujii Masao <fujii@postgresql.org>

Commit: 5c63dab83836f9287e3809d5193117ea3bdd9adb
Author: Fujii Masao <fujii@postgresql.org>
Date: 2017-04-13T03:10:06Z
Releases: 9.6.3
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

Files

PathChange+/−
doc/src/sgml/monitoring.sgml modified +8 −6

Documentation touched

Discussion