From: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
---|---|
To: | Carol Walter <walterc(at)indiana(dot)edu> |
Cc: | Robert Treat <robert(at)omniti(dot)com>, pgsql-admin(at)postgresql(dot)org, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Subject: | Re: Auto vacuum |
Date: | 2007-04-19 21:07:21 |
Message-ID: | 20070419210721.GL13817@alvh.no-ip.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Carol Walter wrote:
> Are you talking about the log that is configured in postgresql.conf?
> it goes to stderr and is redirected to pg_log directory with a time
> and date stamp in the filename. It doesn't seem to logging anything
> but planner statistics.
Yes, that one. If it's not logging anything but planner statistics,
then maybe those are the only things configured to be logged, which
would be weird but I think it's possible. Change log_min_messages to
debug2 and try again. A lot more messages should show up, including
some about autovacuum.
--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.
From | Date | Subject | |
---|---|---|---|
Next Message | Carol Walter | 2007-04-19 21:25:28 | Re: Auto vacuum |
Previous Message | Carol Walter | 2007-04-19 21:03:34 | Re: Auto vacuum |