Re: [GENERAL] client_min_messages documentation typo

2015-05-14 Thread Bruce Momjian
On Fri, Dec 20, 2013 at 11:29:22AM -0500, George Woodring wrote: > > Currently the documentation looks like: > > client_min_messages (enum) > > Controls which message levels are sent to the client. Valid values are > DEBUG5, DEBUG4, DEBUG3, DEBUG2, DEBUG1, LOG, NOTICE, WARNING, ERROR,

[GENERAL] client_min_messages documentation typo

2013-12-20 Thread George Woodring
Currently the documentation looks like: client_min_messages (enum) Controls which message levels are sent to the client. Valid values are DEBUG5, DEBUG4, DEBUG3, DEBUG2, DEBUG1, LOG, NOTICE, WARNING, ERROR, FATAL, and PANIC. Each level includes all the levels that follow it. The later the level,