Re: [PATCH] Store Extension Options - Mailing list pgsql-hackers

From Fabrízio de Royes Mello
Subject Re: [PATCH] Store Extension Options
Date
Msg-id CAFcNs+pGA9owtGwu_mstU72LG4tsNgSO_AeD6j95RFXMyV8JUQ@mail.gmail.com
Whole thread
In response to [PATCH] Store Extension Options  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: [PATCH] Store Extension Options
List pgsql-hackers

On Tue, Dec 31, 2013 at 9:08 AM, Pavel Stehule <pavel.stehule@gmail.com> wrote:
>
> Hello
>
> I am looking on this patch
>
> ALTER TABLE foo SET (ext.somext.do_replicate=true);
>
> Why is there fixed prefix "ext" ?
>
> This feature is similar to attaching setting to function
>
> CREATE OR REPLACE FUNCTION ... SET var = ...;
>
> We can use someprefix.someguc without problems there.
>

Hi,

We use the prefix "ext" (aka namespace) to distinguish these options which are related to "extensions".

Have you seen the previous thread [1] ?

Regards,

[1] http://www.postgresql.org/message-id/CAFcNs+rqCq1H5eXW-cvdti6T-xo2STEkhjREx=OdmAkK5tiOOw@mail.gmail.com

--
Fabrízio de Royes Mello
Consultoria/Coaching PostgreSQL
>> Timbira: http://www.timbira.com.br
>> Blog sobre TI: http://fabriziomello.blogspot.com
>> Perfil Linkedin: http://br.linkedin.com/in/fabriziomello
>> Twitter: http://twitter.com/fabriziomello

pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: Proposal: variant of regclass
Next
From: Pavel Stehule
Date:
Subject: Re: [PATCH] Store Extension Options