Re: [BUGS] Bug #928: server_min_messages (log_min_messages in CVS) - Mailing list pgsql-patches

From Tom Lane
Subject Re: [BUGS] Bug #928: server_min_messages (log_min_messages in CVS)
Date
Msg-id 12668.1054008730@sss.pgh.pa.us
Whole thread Raw
In response to Re: [BUGS] Bug #928: server_min_messages (log_min_messages  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: [BUGS] Bug #928: server_min_messages (log_min_messages  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> The reason I changed the debug_ ones is that those go directly to the
> server log file, not to the client.

IIRC, all that stuff goes through elog (if there's anything left in the
standard build that writes straight to stderr, we need to be fixing the
code, not messing with GUC defaults).  So AFAIK the log_min_messages
setting ought to control it all.  What are you seeing that I don't?

            regards, tom lane

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [BUGS] Bug #928: server_min_messages (log_min_messages
Next
From: Tom Lane
Date:
Subject: Re: Sequence usage patch