Re: Setting a table to be ignored by autovacuum - Mailing list pgsql-general

From Richard Huxton
Subject Re: Setting a table to be ignored by autovacuum
Date
Msg-id 4B7D7AD3.6080106@archonet.com
Whole thread Raw
In response to Setting a table to be ignored by autovacuum  (Chris Barnes <compuguruchrisbarnes@hotmail.com>)
Responses Re: Setting a table to be ignored by autovacuum  (Josh Kupershmidt <schmiddy@gmail.com>)
List pgsql-general
On 18/02/10 17:20, Chris Barnes wrote:
>
> I'm trying to have this table ignored by the autovacuum process.
>
> It wasn't created with this in mind, hoping there is still a way?

> alter table schema.table SET (autovacuum_enabled = false);
>
> ERROR:  unrecognized parameter "autovacuum_enabled"

Close, but it's classed under storage parameters. You'll want to see the
SQL reference entry for "CREATE TABLE".

You might want to consider just turning the settings down rather than
off completely too.

--
   Richard Huxton
   Archonet Ltd

pgsql-general by date:

Previous
From: Chris Barnes
Date:
Subject: Setting a table to be ignored by autovacuum
Next
From: Josh Kupershmidt
Date:
Subject: Re: Setting a table to be ignored by autovacuum