Re: recovery.conf location - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: recovery.conf location
Date
Msg-id AANLkTinFyGrVk3K3s0xEmORXzNCHrHkim+hoQsWFfZVF@mail.gmail.com
Whole thread Raw
In response to Re: recovery.conf location  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: recovery.conf location  (Magnus Hagander <magnus@hagander.net>)
List pgsql-hackers
On Mon, Sep 27, 2010 at 10:55 AM, Robert Haas <robertmhaas@gmail.com> wrote:
> Again, I think the real question is how to handle values that need to
> be maintained PER SLAVE from values of which there is only one copy.

Yep. One idea is to support something like "pg_ctl standby" and "pg_ctl pitr".
If we do so, we would be able to get rid of standby_mode from recovery.conf,
and move the others to postgresql.conf or elsewhere.

Regards,

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


pgsql-hackers by date:

Previous
From: SAKAMOTO Masahiko
Date:
Subject: Re: patch: SQL/MED(FDW) DDL
Next
From: Marios Vodas
Date:
Subject: Re: forming tuple as an attribute inside another tuple in c function