Re: Inconsistency between postgresql.conf and docs - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: Inconsistency between postgresql.conf and docs
Date
Msg-id CAHGQGwE9t=E6XebyJuP2TXLWyZFYPu8XjDkofg0KZM-ZY=px7Q@mail.gmail.com
Whole thread Raw
In response to Re: Inconsistency between postgresql.conf and docs  (Josh Berkus <josh@agliodbs.com>)
Responses Re: Inconsistency between postgresql.conf and docs
List pgsql-hackers
On Thu, Jun 30, 2011 at 1:34 AM, Josh Berkus <josh@agliodbs.com> wrote:
> My preference would be to have:
>
> # REPLICATION
>
> # - Master Settings -
> # these settings affect the master role in replication
> # they will be ignored on the standby
>
> ... settings ...
>
> # - Standby Settings -
> # these settings affect the standby role in replication
> # they will be ignored on the master
>
> ... settings ...
>
>
> That's how I've been setting up the file for my customers; it's fairly
> clear and understandable.

Looks better than it's now. Anyway, if you change those, you would
need to change also the config_group in guc.c.

Regards,

-- 
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center


pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: Online base backup from the hot-standby
Next
From: Simon Riggs
Date:
Subject: Re: Cascade replication