Re: client_min_messages in dumps?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(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:06:08
Message-ID: 1185.1089421568@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2004-07-10 01:19:33 Re: client_min_messages in dumps?
Previous Message Bruce Momjian 2004-07-09 22:59:36 Re: PostgreSQL Project