Re: Question regarding autovacuum

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Karl Denninger <karl(at)denninger(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Question regarding autovacuum
Date: 2007-08-28 21:09:07
Message-ID: 3988.1188335347@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Karl Denninger <karl(at)denninger(dot)net> writes:
> But... .shouldn't autovacuum prevent this? Is there some way to look in
> a log somewhere and see if and when the autovacuum is being run - and on
> what?

There's no log messages (at the default log verbosity anyway). But you
could look into the pg_stat views for the last vacuum time for each table.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Steve Crawford 2007-08-28 21:11:42 Re: Question regarding autovacuum
Previous Message Karl Denninger 2007-08-28 21:01:44 Re: Question regarding autovacuum