Re: PITR Phase 2 - Design Planning

From: Peter Galbavy <peter(dot)galbavy(at)knowtion(dot)net>
To: Bruno Wolff III <bruno(at)wolff(dot)to>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: PITR Phase 2 - Design Planning
Date: 2004-05-27 23:02:42
Message-ID: 40B67392.7080504@knowtion.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruno Wolff III wrote:
> For long running transactions where you want to recover as much as possible,
> one might also want to recover up until just before a specific transaction
> committed (as opposed to started).

If your DB has died and you are recovering it, how do you reestablish a
session so that a transaction can complete ? Doesn't all client
connections assume that a transaction has failed if the connection to
the DB fails ?

Or am I just being naive, as usual ?

Peter

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Darcy Buskermolen 2004-05-27 23:50:11 Re: tablespaces and DB administration
Previous Message pgsql 2004-05-27 22:30:25 Re: [HACKERS] Configuration patch