Re: autovacuum daemon

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Abdul Rahman <abr_ora(at)yahoo(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: autovacuum daemon
Date: 2009-01-21 15:14:45
Message-ID: 20090121151445.GF4038@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Abdul Rahman wrote:
> Deal All,
>
> I have set postgresql.conf for autovacuum and need to know weather the
> process is running/working or not.

Run this query:
SHOW autovacuum;

If it says "on", then it is working.

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2009-01-21 15:25:38 Re: Question on Index usage
Previous Message Kenneth Marshall 2009-01-21 15:13:56 Re: [GENERAL] bytea size limit?