Re: BUG #5656: parameter 'client_min_messages' accept values not listed in enumvals - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #5656: parameter 'client_min_messages' accept values not listed in enumvals
Date
Msg-id 7644.1284482256@sss.pgh.pa.us
Whole thread Raw
In response to BUG #5656: parameter 'client_min_messages' accept values not listed in enumvals  ("thommy" <der.thommy@gmx.net>)
Responses Re: BUG #5656: parameter 'client_min_messages' accept values not listed in enumvals  (Euler Taveira de Oliveira <euler@timbira.com>)
List pgsql-bugs
"thommy" <der.thommy@gmx.net> writes:
> I just came across a small inconsistency:

> pg=# select enumvals from pg_settings where name='client_min_messages';
>                            enumvals
> ---------------------------------------------------------------
>  {debug5,debug4,debug3,debug2,debug1,log,notice,warning,error}

It's intentional that PANIC isn't listed there (nor is FATAL),
on the grounds that it's not really a useful setting.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: BUG #5657: wrong entry in sql_features
Next
From: Tom Lane
Date:
Subject: Re: BUG #5657: wrong entry in sql_features