client_min_messages and INFO

Started by Jason Dusekalmost 10 years ago2 messagesgeneral
Jump to latest
#1Jason Dusek
jason.dusek@gmail.com

Hi List,

I notice that INFO is not included in the list of settable levels for
client_min_messages:

https://www.postgresql.org/docs/9.5/static/runtime-config-logging.html#GUC-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?

Kind Regards,
Jason Dusek

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Jason Dusek (#1)
Re: client_min_messages and INFO

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

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general