Re: Autovacuum working / not working ?

From: Shoaib Mir <shoaibmir(at)gmail(dot)com>
To: Machiel Richards <machielr(at)rdc(dot)co(dot)za>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Autovacuum working / not working ?
Date: 2010-05-05 05:51:06
Message-ID: u2mbf54be871005042251t87d05757y99c6b942faa7178b@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Wed, May 5, 2010 at 3:45 PM, Machiel Richards <machielr(at)rdc(dot)co(dot)za> wrote:

> I am connected to the default db (postgres).
>
>
>
> Does this need to be run on a per database basis?
>
>
>

AFAIK, it has to be database specific.

But again that shouldn't be hard as you can get a list from pg_database and
loop through that using this query and pass the results to something like
Nagios (or any other monitoring tool you are using) for alerts.

--
Shoaib Mir
http://shoaibmir.wordpress.com/

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Atif Jung 2010-05-05 15:54:29 FETCHING into a struct in C
Previous Message Machiel Richards 2010-05-05 05:45:12 Re: Autovacuum working / not working ?