On Sat, Mar 8, 2014 at 11:31:22AM -0500, Tom Lane wrote:
> Tomonari Katsumata <[email protected]> writes:
> > [ client_min_messages = info is not documented ]
>
> That's intentional, because it's not a useful setting. Even more so
> for the other two.
Well, 'info' is between other settings we do document, so I am not clear
why info should be excluded. It is because we always output INFO to the
client? From elog.c:
if (ClientAuthInProgress)
output_to_client = (elevel >= ERROR);
else
output_to_client = (elevel >= client_min_messages ||
elevel == INFO);
--
Bruce Momjian <[email protected]> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ Everyone has their own god. +
--
Sent via pgsql-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers