Enabling autovacuum per table

Поиск
Список
Период
Сортировка
От Rijo Roy
Тема Enabling autovacuum per table
Дата
Msg-id 76007915.10489869.1539590480467@mail.yahoo.com
обсуждение исходный текст
Ответы Re: Enabling autovacuum per table  (Arthur Zakirov <a.zakirov@postgrespro.ru>)
Re: Enabling autovacuum per table  (Adrian Klaver <adrian.klaver@aklaver.com>)
Список pgsql-general
Hello Experts, 

Is there any possibility for autovacuum to work on a user table if we set 
Alter table sometable set (autovacuum_enabled = true) ; even if the parameter autovacuum = off in Postgresql.conf 

I am using Postgresql 10 on Linux 6.9.

According to me, it won't work without setting autovacuum = on except for Template0 database. What is your opinion? 

Thanks, 

В списке pgsql-general по дате отправления:

Предыдущее
От: Laurenz Albe
Дата:
Сообщение: Re: Is there any impact if "#wal_keep_segments = 0 " and"checkpoint_segments = 128" postgresql.conf file.
Следующее
От: Durgamahesh Manne
Дата:
Сообщение: Re: Regarding varchar max length in postgres