Re: Parsing config files in a directory - Mailing list pgsql-hackers

From Grzegorz Jaskiewicz
Subject Re: Parsing config files in a directory
Date
Msg-id 9516EDC0-B2FB-4C99-8388-9E29F44B8495@pointblue.com.pl
Whole thread Raw
In response to Parsing config files in a directory  (Magnus Hagander <magnus@hagander.net>)
Responses Re: Parsing config files in a directory
List pgsql-hackers
On 24 Oct 2009, at 14:41, Magnus Hagander wrote:

> Per discussion at the developer meeting back in Ottawa, attached is an
> initial patch that implements reading a directory of configuration
> files instead of just one. The idea being that something like a tuning
> tool, or pgadmin, for example can drop and modify files in this
> directory instead of modifying the main config file (which can be very
> hard to machine-parse). The idea is the same as other software like
> apache that parses multiple files.
>
> Files are parsed in alphabetical order so it's predictable, and you
> can make sure some files override others etc.
>
> Comments, before I go do the final polishing? :-)
I don't know what the discussion topics were, since I was not there.  
But primary question is, cannot that be achieved with simple includes  
in postgresql.conf ?




pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Parsing config files in a directory
Next
From: Simon Riggs
Date:
Subject: Re: Parsing config files in a directory