Setting a table to be ignored by autovacuum

Поиск
Список
Период
Сортировка
От Chris Barnes
Тема Setting a table to be ignored by autovacuum
Дата
Msg-id BLU149-W65D825BFBA248A24FE5EA9D4470@phx.gbl
обсуждение исходный текст
Ответы Re: Setting a table to be ignored by autovacuum  (Richard Huxton <dev@archonet.com>)
Список 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 по дате отправления:

Предыдущее
От: Carsten Kropf
Дата:
Сообщение: Re: Trying to add a type modifier to user created type
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Setting a table to be ignored by autovacuum