Re: Is there something similar like flashback query from Oracle planned for PostgreSQL

From: Vijaykumar Jain <vijaykumarjain(dot)github(at)gmail(dot)com>
To: Dirk Krautschick <Dirk(dot)Krautschick(at)trivadis(dot)com>
Cc: "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Is there something similar like flashback query from Oracle planned for PostgreSQL
Date: 2021-06-23 19:06:25
Message-ID: CAM+6J96Bvt_N6R5L3n7ybzuXQdErXcOxq+8z8Xh4D1nXLvMveQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, 24 Jun 2021 at 00:24, Dirk Krautschick <
Dirk(dot)Krautschick(at)trivadis(dot)com> wrote:

> Hi,
> Is there something planned to get a behaviour like Oracle's flashback
> query based on the old values
> before deleted by vacuum?
>
> So a feature to recreate old versions of rows if still there?
>
> Or are there any related extensions or tools doing this?
>
>
postgresql has external tools like barman that ship WALs to a different
location for point in time recovery.
That way, you can restore the db to any point in the past since the time
you were collecting WALs.

Barman Manual (pgbarman.org) <http://docs.pgbarman.org/release/2.12/>
if this is not the same, then please ignore the above :)

--
Thanks,
Vijay
Mumbai, India

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jerry LeVan 2021-06-23 22:25:57 Re: Psql wants to use IP6 when connecting to self using tcp...
Previous Message Vijaykumar Jain 2021-06-23 19:01:04 Re: Postgres PANIC when it could not open file in pg_logical/snapshots directory