Re: Parsing config files in a directory

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Josh Berkus <josh(at)agliodbs(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Parsing config files in a directory
Date: 2009-10-29 11:25:21
Message-ID: 1256815521.22925.13.camel@fsopti579.F-Secure.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, 2009-10-27 at 20:40 -0700, Josh Berkus wrote:
> If you require that a tool (or SET PERISTENT) parse through a file in
> order to change one setting, then you've just doubled or tripled the
> code size of the tool, as well as added a host of failure conditions
> which wouldn't have existed otherwise.

Hehe, this tool already exists. It's called postconf. And it actually
works. With PostgreSQL! Just rename your postgresql.conf to main.cf
for the time being. ;-)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2009-10-29 11:49:53 Re: Parsing config files in a directory
Previous Message Nikhil Sontakke 2009-10-29 10:35:03 Re: Syntax for partitioning