Re: client_min_messages in dumps?

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: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>, Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: client_min_messages in dumps?
Date: 2004-07-10 01:19:33
Message-ID: 200407100119.i6A1JX714802@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:
> > I also don't see LOG used much in the code at all. It seems to be used
> > mostly by VACUUM and ANALYZE. Seems something is wrong.
>
> There is nothing wrong except that you've forgotten how we designed
> VACUUM VERBOSE to work with the new logging-levels stuff... that is
> basically what INFO is for.

Well, then the postgresql.conf description is wrong, and
client_min_messages shouldn't be able to be set to 'info'.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2004-07-10 01:23:28 Re: thread safety tests
Previous Message Tom Lane 2004-07-10 01:06:08 Re: client_min_messages in dumps?