Re: Is this a bug?

Поиск
Список
Период
Сортировка
От Euler Taveira
Тема Re: Is this a bug?
Дата
Msg-id 5321B3E8.4070209@timbira.com.br
обсуждение исходный текст
Ответ на Is this a bug?  (Fabrízio de Royes Mello <fabriziomello@gmail.com>)
Ответы Re: Is this a bug?  (Fabrízio de Royes Mello <fabriziomello@gmail.com>)
Список pgsql-hackers
On 13-03-2014 00:11, Fabrízio de Royes Mello wrote:
> Shouldn't the "ALTER" statements below raise an exception?
> 
For consistency, yes. Who cares? I mean, there is no harm in resetting
an unrecognized parameter. Have in mind that tighten it up could break
scripts. In general, I'm in favor of validating things.

euler@euler=# reset noname;
ERROR:  42704: unrecognized configuration parameter "noname"
LOCAL:  set_config_option, guc.c:5220


--   Euler Taveira                   Timbira - http://www.timbira.com.br/  PostgreSQL: Consultoria, Desenvolvimento,
Suporte24x7 e Treinamento
 



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: [PATCH] Store Extension Options
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Patch: show relation and tuple infos of a lock to acquire