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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #5656: parameter 'client_min_messages' accept values not listed in enumvals
Дата
Msg-id 7644.1284482256@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #5656: parameter 'client_min_messages' accept values not listed in enumvals  ("thommy" <der.thommy@gmx.net>)
Ответы Re: BUG #5656: parameter 'client_min_messages' accept values not listed in enumvals  (Euler Taveira de Oliveira <euler@timbira.com>)
Список 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 по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: BUG #5657: wrong entry in sql_features
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #5657: wrong entry in sql_features