Re: Merging postgresql.conf and postgresql.auto.conf

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Cc: David Johnston <david(dot)g(dot)johnston(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Merging postgresql.conf and postgresql.auto.conf
Date: 2015-01-22 17:26:12
Message-ID: CA+TgmoZ3ucZ3_eAYbkPUkGsjoM-Td6Fe+CJQCXk8R8VUgoMSeg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Jan 21, 2015 at 1:38 AM, Amit Kapila <amit(dot)kapila16(at)gmail(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2015-01-22 17:27:22 Re: Merging postgresql.conf and postgresql.auto.conf
Previous Message Robert Haas 2015-01-22 17:24:53 Re: Merging postgresql.conf and postgresql.auto.conf