Re: RFC: programmable file format for postgresql.conf

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Álvaro Hernández Tortosa <aht(at)nosys(dot)es>, Dimitri Fontaine <dimitri(at)2ndQuadrant(dot)fr>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: RFC: programmable file format for postgresql.conf
Date: 2013-12-04 18:49:14
Message-ID: 529F792A.6050700@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 12/4/13, 11:22 AM, Álvaro Hernández Tortosa wrote:
> Would it be well-received a new file format that keeps it simple for
> both hand editing and generation of the configuration, and at the same
> time offers the features I have mentioned?

I don't see how that would work exactly: You want to add various kinds
of complex metadata to the configuration file, but make that metadata
optional at the same time. The immediate result will be that almost no
one will supply the optional metadata, and no tools will be able to rely
on their presence.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Álvaro Hernández Tortosa 2013-12-04 19:02:23 Re: RFC: programmable file format for postgresql.conf
Previous Message Merlin Moncure 2013-12-04 18:43:44 Re: Status of FDW pushdowns