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

From Kevin Grittner
Subject Re: Parsing config files in a directory
Date
Msg-id 4AF92E55020000250002C4EB@gw.wicourts.gov
Whole thread Raw
In response to Re: Parsing config files in a directory  (Bruce Momjian <bruce@momjian.us>)
Responses Re: Parsing config files in a directory
List pgsql-hackers
Bruce Momjian <bruce@momjian.us> wrote:
> A more radical approach would be for the server to refuse to start
> if a setting is set in more than one file, and for the server to
> report both locations.  That would reduce the guesswork about
> problems.
-1
I see that as a big step backward.  As mentioned earlier in the
thread, we use an include at the end of postgresql.conf to point to a
file with any overrides from our standard configuration.  Without the
ability to do that, managing 200 clusters would be harder.
I would not complain if the server logged duplicates.  (That would
actually be a minor blessing, as the startup would log all our
deviations from standard -- at least if our standard had an explicit
entry.) 
-Kevin


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Query::targetList and RETURNING
Next
From: Greg Stark
Date:
Subject: Re: Query::targetList and RETURNING