Re: Setting a table to be ignored by autovacuum

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Chris Barnes <compuguruchrisbarnes(at)hotmail(dot)com>
Cc: schmiddy(at)gmail(dot)com, dev(at)archonet(dot)com, Postgres General Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Setting a table to be ignored by autovacuum
Date: 2010-02-18 19:55:24
Message-ID: 20100218195524.GD6317@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Chris Barnes escribió:
>
>
>
> Right you are, I'm due to upgrade end of month on this system.
>
> Here I was thinking 8.4. Sorry for the spam.

You can "INSERT INTO pg_autovacuum VALUES ('schema.table'::regclass,
false, -1, -1, ...);" in previous versions.

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Chris Barnes 2010-02-18 20:11:47 Re: Setting a table to be ignored by autovacuum
Previous Message Pavel Stehule 2010-02-18 19:41:47 Re: PERFORM not working properly, please help..