Re: client_min_messages and INFO - Mailing list pgsql-general

From Tom Lane
Subject Re: client_min_messages and INFO
Date
Msg-id 7630.1466689794@sss.pgh.pa.us
Whole thread Raw
In response to client_min_messages and INFO  (Jason Dusek <jason.dusek@gmail.com>)
List pgsql-general
Jason Dusek <jason.dusek@gmail.com> writes:
> I notice that INFO is not included in the list of settable levels for
> client_min_messages:
> This seems to be true several versions back so I wonder: what is the
> rationale? Is it like the reverse of LOG?

INFO is used for cases where the user specifically requested the message
(VACUUM VERBOSE, for instance).  Arguably, suppressing such a message
would break things, so you can't.

            regards, tom lane


pgsql-general by date:

Previous
From: sudalai
Date:
Subject: Re: ERROR: missing chunk number 0 for toast value while using logical decoder.\
Next
From: Sameer Kumar
Date:
Subject: What Causes Access Exclusive Lock?