we are using postgresql 8.1.3 and wanted to enable autovacuuming for only one of the many databases on the same postgresql cluster.
pg_autovacuum seems to allow to ignore only a particular table and not the database since column vacrelid is OID from pg_class table Are there any suggestions to accomplish this tasks?.
--
Best,
Gourish Singbal