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

From: Walter Vaughan <wvaughan(at)steelerubber(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Dumb question - how to tell if autovacuum is doing its job in 8.2.x
Date: 2007-02-13 06:16:06
Message-ID: 45D157A6.8020902@steelerubber.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Shoaib Mir 2007-02-13 06:27:03 Re: Dumb question - how to tell if autovacuum is doing its job in 8.2.x
Previous Message Лохтин Константин Сергеевич 2007-02-13 05:11:27