28.4.1. VACUUM Progress Reporting

Started by PG Bug reporting formabout 7 years ago2 messagesdocs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/11/progress-reporting.html
Description:

Replace "Whenever VACUUM is running" with "Whenever AUTOVACUUM is running"

The pg_stat_progress_vacuum view does not show VACUUM run manually.

Thanks

#2Michael Paquier
michael@paquier.xyz
In reply to: PG Bug reporting form (#1)
Re: 28.4.1. VACUUM Progress Reporting

On Thu, Mar 14, 2019 at 03:29:04PM +0000, PG Doc comments form wrote:

Replace "Whenever VACUUM is running" with "Whenever AUTOVACUUM is running"

The pg_stat_progress_vacuum view does not show VACUUM run manually.

Manual VACUUM commands, as well as autovacuum, show up correctly in
the view pg_stat_progress_vacuum. The formulation of the docs look
clear enough to me to be honest.
--
Michael