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

From Euler Taveira de Oliveira
Subject Re: BUG #5656: parameter 'client_min_messages' accept values not listed in enumvals
Date
Msg-id 4C8FAE83.4020900@timbira.com
Whole thread Raw
In response to Re: BUG #5656: parameter 'client_min_messages' accept values not listed in enumvals  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: BUG #5656: parameter 'client_min_messages' accept values not listed in enumvals
List pgsql-bugs
Tom Lane escreveu:
> "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.
>
Fine. But shouldn't we remove these options from docs and/or code?


--
  Euler Taveira de Oliveira
  http://www.timbira.com/

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #5657: wrong entry in sql_features
Next
From: Bruce Momjian
Date:
Subject: Re: BUG #5656: parameter 'client_min_messages' accept values not listed in enumvals