Re: Setting a table to be ignored by autovacuum

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

Предыдущее
От: Chris Barnes
Дата:
Сообщение: Setting a table to be ignored by autovacuum
Следующее
От: Josh Kupershmidt
Дата:
Сообщение: Re: Setting a table to be ignored by autovacuum