Re: Merging postgresql.conf and postgresql.auto.conf - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Merging postgresql.conf and postgresql.auto.conf
Date
Msg-id CA+TgmoYvnCV6z33zmF85MVZTg+MPkz6_9n0WohD-zrtZT_Obxw@mail.gmail.com
Whole thread Raw
In response to Re: Merging postgresql.conf and postgresql.auto.conf  (Sawada Masahiko <sawada.mshk@gmail.com>)
List pgsql-hackers
On Wed, Jan 21, 2015 at 11:13 AM, Sawada Masahiko <sawada.mshk@gmail.com> wrote:
> I think this new view is updated only when postmaster received SIGHUP
> or is started.
> And we can have new function like pg_update_file_setting() which
> updates this view.

I really don't think the postmaster should be in the business of
trying to publish views of the data.  Let the individual backend
reveal its own view, and keep the postmaster out of it.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Merging postgresql.conf and postgresql.auto.conf
Next
From: Alvaro Herrera
Date:
Subject: Re: TODO : Allow parallel cores to be used by vacuumdb [ WIP ]