Re: [GENERAL] client_min_messages not suppressing messages in psql nor pgAdminIII

2014-01-21 Thread Kevin Field
Why not use NOTICE? INFO is supposed to be used for things the user *requested* to see (for example, by supplying the "verbose" option to one of the commands which take that option). The documentation could be clearer on this, but it seems to suggest that there is no way to turn off INFO to th

Re: [GENERAL] client_min_messages not suppressing messages in psql nor pgAdminIII

2014-01-21 Thread Tom Lane
Jeff Janes writes: > Why not use NOTICE? INFO is supposed to be used for things the user > *requested* to see (for example, by supplying the "verbose" option to one > of the commands which take that option). > The documentation could be clearer on this, but it seems to suggest that > there is no

Re: [GENERAL] client_min_messages not suppressing messages in psql nor pgAdminIII

2014-01-21 Thread Jeff Janes
On Tue, Jan 21, 2014 at 7:57 AM, Kevin Field wrote: > This is a cross-post from http://stackoverflow.com/ > questions/21238209/info-output-despite-set-client-min- > messages-to-warning-just-before since I'm not getting any answers there > yet. > > With postgresql-9.0.15 on CentOS 6.5 (accessed vi