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

From Peter Eisentraut
Subject Re: Parsing config files in a directory
Date
Msg-id 1256815521.22925.13.camel@fsopti579.F-Secure.com
Whole thread Raw
In response to Re: Parsing config files in a directory  (Josh Berkus <josh@agliodbs.com>)
List 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. ;-)



pgsql-hackers by date:

Previous
From: Nikhil Sontakke
Date:
Subject: Re: Syntax for partitioning
Next
From: Peter Eisentraut
Date:
Subject: Re: Parsing config files in a directory