Re: Permanent settings - Mailing list pgsql-hackers

From Dimitri Fontaine
Subject Re: Permanent settings
Date
Msg-id 200802201500.49977.dfontaine@hi-media.com
Whole thread Raw
In response to Re: Permanent settings  (Magnus Hagander <magnus@hagander.net>)
Responses Re: Permanent settings  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
Le mercredi 20 février 2008, Magnus Hagander a écrit :
> > What about having a postgresql.conf.d directory containing a file per
> > setting, maybe with a subdir per section. If I take Josh Berkus example,
> > we'd have
>
> <snip>
> IMHO, if we do that it really sucks for those who use manual configuration
> files, to the point of being completely unusable. It could be valid if we
> want to support config only through the API, but that's not what people are
> asking for.
>
> We need something that's low-impact for existing users, and this certainly
> isn't.

What about having PG still able to load postgresql.conf or the tree of config
files, automatically, erroring when both mechanisms are in use at the same
time. This would allow for manual config editing installations and SQL
embedded configuration setting, just not in the same cluster at the same
time.

I see how the proposal fails to answer to people wanting to edit the same
configuration both with a file editor and SQL commands, but maybe having
either postgresql.conf or SQL interface for configuration could be a first
step?

--
dim

pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: Permanent settings
Next
From: Andrew Dunstan
Date:
Subject: Re: Permanent settings