Re: 8.4 replication questions

From: "Fujii Masao" <masao(dot)fujii(at)gmail(dot)com>
To: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: 8.4 replication questions
Date: 2008-12-16 03:55:38
Message-ID: 3f0b79eb0812151955x4399fee9ped365b679d717129@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On Tue, Dec 16, 2008 at 7:10 AM, Kevin Grittner
<Kevin(dot)Grittner(at)wicourts(dot)gov> wrote:
> Forgive me if this is clear to everyone else, but regarding the new
> replication options in 8.4:
>
> Will existing PITR backup techniques work without modification?

Yes.

>
> Will existing techniques for warm standby with a custom script (not
> using pg_standby) work without modification?

Yes.

If you don't set the option of replication, PITR and basic crash recovery
would work as heretofore. At least, I'm going to implement Synch Rep
such :)

Regards,

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2008-12-16 04:51:38 Re: Proposed Patch to Improve Performance of Multi-Batch Hash Join for Skewed Data Sets
Previous Message Bruce Momjian 2008-12-16 03:44:50 Re: WAL documentation changes