Re: Is this a bug? - Mailing list pgsql-hackers

From Euler Taveira
Subject Re: Is this a bug?
Date
Msg-id 5321B3E8.4070209@timbira.com.br
Whole thread Raw
In response to Is this a bug?  (Fabrízio de Royes Mello <fabriziomello@gmail.com>)
Responses Re: Is this a bug?  (Fabrízio de Royes Mello <fabriziomello@gmail.com>)
List 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 by date:

Previous
From: Andres Freund
Date:
Subject: Re: [PATCH] Store Extension Options
Next
From: Robert Haas
Date:
Subject: Re: Patch: show relation and tuple infos of a lock to acquire