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

From Merlin Moncure
Subject Re: Proposal for Allow postgresql.conf values to be changed via SQL
Date
Msg-id CAHyXU0yBceY5YCoQ32krx5G_bwscAP9wEF1_u6kqd5ud6nbaSw@mail.gmail.com
Whole thread Raw
Responses Re: Proposal for Allow postgresql.conf values to be changed via SQL  (Amit Kapila <amit.kapila@huawei.com>)
List pgsql-hackers
On Mon, Oct 29, 2012 at 8:31 AM, Amit Kapila <amit.kapila@huawei.com> wrote:
> SYNTAX:
>
> ALTER SYSTEM SET configuration_parameter = value COMMENT 'value';
>

> Comments/Suggestions about the value of this feature and Implementation
> Idea?

How is this better than simply updating them through the pg_settings
view (in SQL)?

merlin



pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Proposal for Allow postgresql.conf values to be changed via SQL
Next
From: Chris Corbyn
Date:
Subject: Re: Proposal for Allow postgresql.conf values to be changed via SQL