Re: Logging autovacuum activity

From: "Sibte Abbas" <sibtay(at)gmail(dot)com>
To: "Ireneusz Pluta" <ipluta(at)wp(dot)pl>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Logging autovacuum activity
Date: 2007-06-20 17:19:24
Message-ID: bd6a35510706201019h241c09c3u9bc2f4ba7c8a7719@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On 6/20/07, Ireneusz Pluta <ipluta(at)wp(dot)pl> wrote:
> Hello,
>
> How can I make sure that autovacuum is running, beyond believing that all autovacuum_ settings in
> postgresql.conf are set correctly?
>
> In the 8.1 I could see:
> LOG: autovacuum: processing database "test"
> in the log.
>
> But I can't find it in the 8.2.4.
>
> I could see some developers discussions about making changes to logging autovacuum activity, however
> could not track the discussion tight enough to find what the final solution is.
>
> Thanks
>
> Ireneusz Pluta
>
>

ps -ef | grep autovacuum.

--
Sibte Abbas
EnterpriseDB http://www.enterprisedb.com

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message George Wilk 2007-06-20 17:26:34 checkpoint_timeout irrelevant in 8.1.9
Previous Message Ireneusz Pluta 2007-06-20 17:06:43 Logging autovacuum activity