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

From Chris Barnes
Subject Setting a table to be ignored by autovacuum
Date
Msg-id BLU149-W65D825BFBA248A24FE5EA9D4470@phx.gbl
Whole thread Raw
Responses Re: Setting a table to be ignored by autovacuum  (Richard Huxton <dev@archonet.com>)
List pgsql-general
 
Hi,
 
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?
 
Thanks,
Chris
 
alter table schema.table SET (autovacuum_enabled = false);
 
ERROR:  unrecognized parameter "autovacuum_enabled"



Windows® phone-your Windows stuff, on the go. See more.

pgsql-general by date:

Previous
From: Carsten Kropf
Date:
Subject: Re: Trying to add a type modifier to user created type
Next
From: Richard Huxton
Date:
Subject: Re: Setting a table to be ignored by autovacuum