A commit yesterday (by Alvaro Herrera, based on a patch by Euler Taveira de Oliveira) allows setting per-table autovacuum parameters directly from the CREATE/ALTER TABLE statement. For example, it is now possible to write:
CREATE TABLE vacuumtest(...) WITH autovacuum_enabled=falseFor a complete list of supported parameters see the developers documentation.

Comments
No one has commented yet.