Simon Riggs wrote:
> On Mon, 2007-08-13 at 16:27 -0400, Andrew Dunstan wrote:
> 
> > Let's say that this file looks just like a postgresql.conf file, except 
> > that any line beginning with '[<identifier]>' is a config set name for 
> > the lines that follow. So we might have:
> > 
> >     [asynch_commit]
> >     synchronous_commit = off
> > 
> >     [no_fsync]
> >     fsync = off
> > 
> >     [csvlogs]
> >     start_log_collector = true
> >     log_destination = 'stderr, csvlog'
> > 
> > Then there would be an extra installcheck-parallel run for each set. If 
> > the file isn't there we do nothing.
> 
> Sounds fine, though I'd prefer this in XML to allow further
> extensibility in the future.

YAML?

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
       choose an index scan if your joining column's datatypes do not
       match

Reply via email to