]> granicus.if.org Git - postgresql/commit
Move pg_stat_progress_vacuum to the table of Dynamic Statistics Views in doc.
authorFujii Masao <fujii@postgresql.org>
Thu, 13 Apr 2017 03:09:14 +0000 (12:09 +0900)
committerFujii Masao <fujii@postgresql.org>
Thu, 13 Apr 2017 03:10:06 +0000 (12:10 +0900)
commit5c63dab83836f9287e3809d5193117ea3bdd9adb
tree71d7cb4bedb97be8dc12f792a824867439c5ba45
parentbe182d57021033a55319ab5de737fe2294106ae0
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
doc/src/sgml/monitoring.sgml