Re: PITR - recovery to a particular transaction

From: Rod Taylor <pg(at)rbt(dot)ca>
To: olly(at)lfix(dot)co(dot)uk
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PITR - recovery to a particular transaction
Date: 2004-08-04 19:15:29
Message-ID: 1091646928.58593.122.camel@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> You seem to be suggesting that using the id is less useful than the
> time, but surely it's going to be easier to say "this disaster happened
> in transaction 123 so lets do a PITR up to 122" than to say "this

Transaction IDs are assigned at transaction start but what you really
want is some indicator of when the commit occurred.

Transaction 123 may have committed while 122 was still running.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-08-04 19:33:15 Re: 7.5 backend crash
Previous Message Oliver Elphick 2004-08-04 19:05:05 Re: PITR - recovery to a particular transaction