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

From Walter Vaughan
Subject Re: Dumb question - how to tell if autovacuum is doing its job in 8.2.x
Date
Msg-id 45D157A6.8020902@steelerubber.com
Whole thread Raw
In response to Re: Dumb question - how to tell if autovacuum is doing its job in 8.2.x  ("Shoaib Mir" <shoaibmir@gmail.com>)
Responses 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>)
List 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 by date:

Previous
From: Лохтин Константин Сергеевич
Date:
Subject:
Next
From: "Magnus Hagander"
Date:
Subject: Re: daylight savings patches needed?