Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: PITR Archive Recovery plus WIP PITR - Mailing list pgsql-patches

Bruce Momjian <[email protected]> writes:
> Tom Lane wrote:
>> I think that judgment is exactly backward.  *Not* having timelines is
>> what will cause serious and possibly fatal mistakes during restore:
>> people will hand the wrong xlog files to restore and the software will
>> be unable to recognize the inconsistency.

> I assume they could just restore from backup and try again.

Sure, if they don't mind losing whatever transactions they processed
before realizing how broken their database was.  That's not going to be
an acceptable answer for the sort of installations that need PITR in the
first place.

I think it's really important to get this right the first time, both for
reliability's sake and because we are expecting people to write their
own archiving scripts.  If we change the xlog segment naming convention
later on, then we will break all those scripts.

            regards, tom lane

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: PITR Archive Recovery plus WIP PITR
Next
From: Christopher Kings-Lynne
Date:
Subject: Fixes for 3 bugs in pg_dump