Re: BUG #5656: parameter 'client_min_messages' accept values not listed in enumvals

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "thommy" <der(dot)thommy(at)gmx(dot)net>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5656: parameter 'client_min_messages' accept values not listed in enumvals
Date: 2010-09-14 16:37:36
Message-ID: 7644.1284482256@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"thommy" <der(dot)thommy(at)gmx(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Euler Taveira de Oliveira 2010-09-14 17:18:59 Re: BUG #5656: parameter 'client_min_messages' accept values not listed in enumvals
Previous Message Tom Lane 2010-09-14 16:34:22 Re: BUG #5657: wrong entry in sql_features