On Sat, Mar  8, 2014 at 11:31:22AM -0500, Tom Lane wrote:
> Tomonari Katsumata <t.katsumata1...@gmail.com> 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  <br...@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + Everyone has their own god. +


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

Reply via email to