Re: Extract transactions from wals ?? - Mailing list pgsql-general

From Laurenz Albe
Subject Re: Extract transactions from wals ??
Date
Msg-id b401ea8ced7c777a536006f598fd7d5be9cea172.camel@cybertec.at
Whole thread Raw
In response to Re: Extract transactions from wals ??  (Marc Millas <marc.millas@mokadb.com>)
Responses Re: Extract transactions from wals ??
List pgsql-general
On Thu, 2019-11-21 at 17:07 +0100, Marc Millas wrote:
> you say "extract the data you need"
> That is exactly the point of my question, as the PITR step was obvious.
> How to guess "what is the data" I need ??

Well, you asked for the contents of a table AS OF TIMESTAMP <something>.

That means you know which table and which timestamp.

So restore the PostgreSQL cluster to that timestamp, connect
and SELECT from the table.

Yours,
Laurenz Albe
-- 
Cybertec | https://www.cybertec-postgresql.com




pgsql-general by date:

Previous
From: Marc Millas
Date:
Subject: Re: Extract transaction from WAL
Next
From: Adrian Klaver
Date:
Subject: Re: Help with authentication on Debain/Ubuntu installation