Re: Recover data from aborted transactions

From: Luca Ferrari <fluca1978(at)gmail(dot)com>
To: Aaron Spike <spikeac(at)mlc-wels(dot)edu>
Cc: pgsql-general <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Recover data from aborted transactions
Date: 2019-09-11 10:10:49
Message-ID: CAKoxK+4CSP-=f_8NHAeLnXBEMWZEK-48OYRkfw32Jpv-k37rBA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Sep 10, 2019 at 7:18 PM Aaron Spike <spikeac(at)mlc-wels(dot)edu> wrote:
> I'm pretty sure that the records I'm looking for are part of one of these aborted transactions. From what I read online, it seems that data from uncommitted transactions exists in the Write-Ahead Logs. Is there anyway to access this data?

Interesting, what did you read? I don't think that aborted transaction
information is as complete as a committed one on the logs.

Luca

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Daulat Ram 2019-09-11 10:40:15 Exporting and importing table having blob datatype.
Previous Message Nicola Contu 2019-09-11 08:27:50 Re: ERROR: too many dynamic shared memory segments