Re: [GENERAL] client_min_messages and INFO

2016-06-23 Thread Tom Lane
Jason Dusek  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


[GENERAL] client_min_messages and INFO

2016-06-22 Thread Jason Dusek
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