From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Zeugswetter Andreas SB SD <ZeugswetterA(at)spardat(dot)at>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: elog() patch |
Date: | 2002-03-01 18:07:59 |
Message-ID: | 200203011807.g21I7xk17137@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Tom Lane wrote:
> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> > Vacuum was unusual because it was doing DEBUG to the log and not to the
> > user. I can change this so it does LOG to the log all the time.
>
> I think that VACUUM's messages should not appear at the default logging
> level (which is going to be LOG, no?). DEBUG1 seems a reasonable level
> for VACUUM.
Right.
> What exactly will VACUUM VERBOSE do?
VACUUM VERBOSE will send INFO vacuum stats to client, and if you set
server_min_messages to INFO, you will get them in the logs too.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2002-03-01 18:09:35 | Re: elog() patch |
Previous Message | Peter Eisentraut | 2002-03-01 18:06:03 | Re: elog() patch |