Re: Inconsistency between postgresql.conf and docs

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: Josh Berkus <josh(at)agliodbs(dot)com>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Inconsistency between postgresql.conf and docs
Date: 2011-07-05 10:55:50
Message-ID: CAHGQGwE9t=E6XebyJuP2TXLWyZFYPu8XjDkofg0KZM-ZY=px7Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Jun 30, 2011 at 1:34 AM, Josh Berkus <josh(at)agliodbs(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2011-07-05 11:08:11 Re: Cascade replication
Previous Message Fujii Masao 2011-07-05 10:29:05 Re: Online base backup from the hot-standby