Re: Simple postgresql.conf wizard - Mailing list pgsql-hackers

From Greg Smith
Subject Re: Simple postgresql.conf wizard
Date
Msg-id Pine.GSO.4.64.0812011245330.23446@westnet.com
Whole thread Raw
In response to Re: Simple postgresql.conf wizard  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Mon, 1 Dec 2008, Tom Lane wrote:

> Greg Smith <gsmith@gregsmith.com> writes:
>> I'd ultimately like to use the Python version as a spec to produce a C
>> implementation, because that's the only path to get something like this
>> integrated into initdb itself.
>
> It won't get integrated into initdb in any case: a standalone tool is
> the correct thing.  Or do you think people should have to initdb in
> order to get fresh advice after changes in the environment?

The long-term goal Josh suggested aiming for (that I abandoned for now) 
was replacing the part of initdb that creates the initial postgresql.conf 
via the sample with a call to a program that generates it instead.  Said 
program could also run standalone for later updates to the configuration.

I have no interest in arguing about whether that's a good or bad idea at 
this point, I've accepted that the only useful statements to be made in 
this area come in the form of a working implementation to review.  Until I 
have one of those, this really isn't worth getting into.

--
* Greg Smith gsmith@gregsmith.com http://www.gregsmith.com Baltimore, MD


pgsql-hackers by date:

Previous
From: Greg Smith
Date:
Subject: Re: Simple postgresql.conf wizard
Next
From: Heikki Linnakangas
Date:
Subject: Re: New to_timestamp implementation is pretty strict