Re: Proposal for Allow postgresql.conf values to be changed via SQL - Mailing list pgsql-hackers

From Amit Kapila
Subject Re: Proposal for Allow postgresql.conf values to be changed via SQL
Date
Msg-id 006801cdc618$1ddb2bb0$59918310$@kapila@huawei.com
Whole thread Raw
In response to Re: Proposal for Allow postgresql.conf values to be changed via SQL  (Fujii Masao <masao.fujii@gmail.com>)
List pgsql-hackers
> On Sunday, November 18, 2012 3:08 AM Fujii Masao wrote:
> On Sat, Nov 17, 2012 at 10:25 PM, Amit Kapila <amit.kapila@huawei.com>
> wrote:
> > 1. have a system table pg_global_system_settings(key,value)
> 
> Do we really need to store the settings in a system table?
> Since WAL would be generated when storing the settings
> in a system table, this approach seems to prevent us from
> changing the settings in the standby.

Thanks for your feedback.
 It is one of the Approach, we were trying to evaluate for this feature. However this feature can be done by directly
operatingon file as well.
 

With Regards,
Amit Kapila.




pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: pg_trgm partial-match
Next
From: JiangGuiqing
Date:
Subject: [PATCH] Patch to fix missing libecpg_compat.lib and libpgtypes.lib.