| От | 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
|
| Список | 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 по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера