ANALYZE Progress Reporting
+
+
pg_stat_progress_analyze
+
+
Whenever ANALYZE is running, the
pg_stat_progress_analyze view will contain a
CREATE INDEX Progress Reporting
+
+
pg_stat_progress_create_index
+
+
Whenever CREATE INDEX or REINDEX is running, the
pg_stat_progress_create_index view will contain
VACUUM Progress Reporting
+
+
pg_stat_progress_vacuum
+
+
Whenever VACUUM is running, the
pg_stat_progress_vacuum view will contain
CLUSTER Progress Reporting
+
+
pg_stat_progress_cluster
+
+
Whenever CLUSTER or VACUUM FULL is
running, the pg_stat_progress_cluster view will
Base Backup Progress Reporting
+
+
pg_stat_progress_basebackup
+
+
Whenever an application like
pg_basebackup
is taking a base backup, the