OptionalverbosePrint per-table progress where the engine supports it.
OptionalfullRewrite the table completely, returning space to the operating system.
PostgreSQL takes an ACCESS EXCLUSIVE lock for the duration — the table is
unreadable while it runs. Plain VACUUM reclaims space for reuse within
the table and does not block reads.
OptionalanalyzeRefresh statistics in the same pass.
OptionalintoWrite a compacted copy to this path instead. SQLite only (VACUUM INTO).
Options shared by the operations that can target one table or all of them.