client_min_messages documentation typo

From: George Woodring <george(dot)woodring(at)iglass(dot)net>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: client_min_messages documentation typo
Date: 2013-12-20 16:29:22
Message-ID: CACi+J=SSnF31ZgB3Xk5Gn0rNpnU5w0q_FgQK9vU8Pm2Hx7J4VQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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, the fewer messages are sent. The default is NOTICE. Note that LOG has
a different rank here than in log_min_messages.
log_min_messages (enum)

Controls which message levels are written to the server log. Valid values
are DEBUG5, DEBUG4, DEBUG3, DEBUG2, DEBUG1, INFO, NOTICE, WARNING, ERROR,
LOG, FATAL, and PANIC. Each level includes all the levels that follow it.
The later the level, the fewer messages are sent to the log. The default is
WARNING. Note that LOG has a different rank here than in client_min_messages.
Only superusers can change this setting.

Shouldn't client_min_messages include INFO?

George
iGLASS Networks
www.iglass.net

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ian Lawrence Barwick 2013-12-20 16:39:58 Re: connect using quirrel sql client
Previous Message Adrian Klaver 2013-12-20 15:54:25 Re: pg_upgrade & tablespaces