Re: [RFC] Extend namespace of valid guc names - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [RFC] Extend namespace of valid guc names
Date
Msg-id 2562.1378493313@sss.pgh.pa.us
Whole thread Raw
In response to Re: [RFC] Extend namespace of valid guc names  (Andres Freund <andres@2ndquadrant.com>)
Responses Re: [RFC] Extend namespace of valid guc names
Re: [RFC] Extend namespace of valid guc names
List pgsql-hackers
Andres Freund <andres@2ndquadrant.com> writes:
> On 2013-09-06 10:13:23 -0400, Tom Lane wrote:
>> Well, if you feel an absolute compulsion to make them consistent, I'd
>> go with making SET disallow creation of variables with names the file
>> parser wouldn't recognize.  But why is it such a bad thing if SET can
>> do that?

> Also, ALTER SYSTEM SET is going to need a similar restriction as well,
> otherwise the server won't restart although the GUCs pass validation...

Well, sure, but I would think that ALTER SYSTEM SET should be constrained
to only set known GUCs, not invent new ones on the fly.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Oleg Bartunov
Date:
Subject: Re: Hstore: Query speedups with Gin index
Next
From: Tom Lane
Date:
Subject: Re: [bug fix] strerror() returns ??? in a UTF-8/C database with LC_MESSAGES=non-ASCII