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+TgmoZ3ucZ3_eAYbkPUkGsjoM-Td6Fe+CJQCXk8R8VUgoMSeg@mail.gmail.com
Whole thread Raw
In response to Re: Merging postgresql.conf and postgresql.auto.conf  (Amit Kapila <amit.kapila16@gmail.com>)
List pgsql-hackers
On Wed, Jan 21, 2015 at 1:38 AM, Amit Kapila <amit.kapila16@gmail.com> wrote:
> Now as I have suggested upthread, that we can have a new view
> pg_file_settings which will display information about settings even
> when there exists multiple entries for the same in different files.
>
> I think adding such information to existing view pg_settings would
> be difficult as the same code is used for show commands which
> we don't want to change.

A new view might work, or we could add columns that contain arrays to
the existing view.  But a new view may be nicer.

-- 
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: Robert Haas
Date:
Subject: Re: Merging postgresql.conf and postgresql.auto.conf