On Thu, 24 Jun 2021 at 00:24, Dirk Krautschick <Dirk.Krautschick@xxxxxxxxxxxx> 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.
if this is not the same, then please ignore the above :)
Thanks,
Vijay
Mumbai, India