Re: Configuring synchronous replication - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Configuring synchronous replication
Date
Msg-id 4C99E366.8030306@dunslane.net
Whole thread Raw
In response to Re: Configuring synchronous replication  (Dave Page <dpage@pgadmin.org>)
Responses Re: Configuring synchronous replication
List pgsql-hackers

On 09/22/2010 04:54 AM, Dave Page wrote:
> On Wed, Sep 22, 2010 at 9:47 AM, Andrew Dunstan<andrew@dunslane.net>  wrote:
>> The ini file format is not flexible enough, IMNSHO. If we're going to adopt
>> a new config file format it should have these characteristics, among others:
>>
>> well known (let's not invent a new one)
>> supports hierarchical structure
>> reasonably readable
> The ini format meets all of those requirements - and it's certainly
> far more readable/editable than XML and friends.
>

No, it's really not hierarchical. It only has goes one level deep.

cheers

andrew


pgsql-hackers by date:

Previous
From: Itagaki Takahiro
Date:
Subject: Re: Per-column collation, work in progress
Next
From: Magnus Hagander
Date:
Subject: Re: Multi-branch committing in git, revisited