> > - RETABLE (it's like REINDEX, but for tables) > > - ALTER TABLE <tab> SQUEEZE > > - SQUEEZE <table> > > - VACUUM (SQUEEZE) > > - VACUUM (COMPACT) > > - MAINTAIN <tab> COMPACT > > - MAINTAIN <tab> SQUEEZE > > > > My $0.02: > > COMPACT tablename ...
+1 to "COMPACT tablename" Also the current pg_stat_progress_cluster also tracks progress for both CLUSTER and VACUUM FULL. pg_stat_progress_vacuum tracks progress for VACUUM. I suggest we create a new progress view for VACUUM FULL ( or the new command agreed upon ). Regards, Sami