Re: vacuumdb in parallel - Mailing list pgsql-admin

From Alvaro Herrera
Subject Re: vacuumdb in parallel
Date
Msg-id 20091014165720.GD4902@alvh.no-ip.org
Whole thread Raw
In response to Re: vacuumdb in parallel  (Anj Adu <fotographs@gmail.com>)
Responses Re: vacuumdb in parallel
List pgsql-admin
Anj Adu escribió:

> I have several "daily" tables that get dropped every day..Is there a
> wildcard that I can use to tell vacuumdb NOT to vacuum those
> tables...

No.  You need to do "INSERT INTO pg_autovacuum" (or ALTER TABLE/SET in 8.4)
just after you've created the table.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

pgsql-admin by date:

Previous
From: Anj Adu
Date:
Subject: Re: vacuumdb in parallel
Next
From: Simon Riggs
Date:
Subject: Re: vacuumdb in parallel