Re: how to tell what tables have been vacuumed ?

From: Kevin Kempter <kevin(at)kevinkempterllc(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: how to tell what tables have been vacuumed ?
Date: 2007-08-28 03:52:56
Message-ID: 200708272152.56684.kevin@kevinkempterllc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Monday 27 August 2007 21:44:29 Tom Lane wrote:
> Kevin Kempter <kevin(at)kevinkempterllc(dot)com> writes:
> > How do I check to see which tables have been vacuumed recently and when
> > they were last vacuumed?
>
> As of 8.2, there are columns about this in the pg_stat views, assuming
> you have the right stats collection options turned on.
>
> regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faq

Anything in the system catalogs in 8.1.4 ? (we're moving to 8.2.4 soon)

Thanks

/Kevin

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Dimitri Fontaine 2007-08-28 08:03:57 Re: {Spam} 转发: [ADMIN] Copy cmd error
Previous Message Tom Lane 2007-08-28 03:44:29 Re: how to tell what tables have been vacuumed ?