Re: Proposal for Allow postgresql.conf values to be changed via SQL

From: Merlin Moncure <mmoncure(at)gmail(dot)com>
To: Amit Kapila <amit(dot)kapila(at)huawei(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Proposal for Allow postgresql.conf values to be changed via SQL
Date: 2012-10-29 13:36:16
Message-ID: CAHyXU0yBceY5YCoQ32krx5G_bwscAP9wEF1_u6kqd5ud6nbaSw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Oct 29, 2012 at 8:31 AM, Amit Kapila <amit(dot)kapila(at)huawei(dot)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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Chris Corbyn 2012-10-29 13:40:56 Re: Proposal for Allow postgresql.conf values to be changed via SQL
Previous Message Amit Kapila 2012-10-29 13:31:04 Proposal for Allow postgresql.conf values to be changed via SQL