Re: check to see when tables were last vacummed

From: Steve Crawford <scrawford(at)pinpointresearch(dot)com>
To: Kevin Kempter <kevink(at)consistentstate(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: check to see when tables were last vacummed
Date: 2009-01-19 18:27:27
Message-ID: 4974C60F.5050908@pinpointresearch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Kevin Kempter wrote:
> Hi all;
>
> Anyone know where to look to see when tables were last vacuumed via autovacuum
> ?
> Also, can I run this check only in 8.3+ or did it work also in 8.2, 8.1 ?
>
>
> Thanks in advance
>
>
In 8.3 look in the "pg_stat_user_tables" system table for the
last_vacuum and last_autovacuum columns. I don't know when those columns
were added. I don't see them in 8.1 and don't have 8.2 available at the
moment.

Cheers,
Steve

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Kevin Kempter 2009-01-19 20:56:15 pg_buffercache - usagecount info
Previous Message Kevin Kempter 2009-01-19 18:14:47 check to see when tables were last vacummed