Re: Dumb question - how to tell if autovacuum is doing its job in 8.2.x

Поиск
Список
Период
Сортировка
От Walter Vaughan
Тема Re: Dumb question - how to tell if autovacuum is doing its job in 8.2.x
Дата
Msg-id 45D157A6.8020902@steelerubber.com
обсуждение исходный текст
Ответ на Re: Dumb question - how to tell if autovacuum is doing its job in 8.2.x  ("Shoaib Mir" <shoaibmir@gmail.com>)
Ответы Re: Dumb question - how to tell if autovacuum is doing its job in 8.2.x  ("Pavan Deolasee" <pavan.deolasee@gmail.com>)
Re: Dumb question - how to tell if autovacuum is doing its job in 8.2.x  ("Shoaib Mir" <shoaibmir@gmail.com>)
Список pgsql-general
Shoaib Mir wrote:

> pg_stat_all_table view should help you:
>
> select last_autovacuum, last_autoanalyze from pg_stat_all_tables;

select last_autovacuum, last_autoanalyze from pg_stat_all_tables;
  last_autovacuum | last_autoanalyze
-----------------+------------------
                  |
...snip lots of identically blank lines...
                  |
                  |
(939 rows)

Does that mean it's working or not configured right?

Thanks,
Walter

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

Предыдущее
От: Лохтин Константин Сергеевич
Дата:
Сообщение:
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: Re: daylight savings patches needed?