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

From Pavel Stehule
Subject [PATCH] Store Extension Options
Date
Msg-id CAFj8pRCX_VDcSdbUmKNHhYr_-n_CtL84_7R+-bJ17HckT_mukw@mail.gmail.com
Whole thread Raw
Responses Re: [PATCH] Store Extension Options
List pgsql-hackers
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.

Regards

Pavel

pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: INSERT...ON DUPLICATE KEY LOCK FOR UPDATE
Next
From: Pavel Stehule
Date:
Subject: Re: Proposal: variant of regclass