Search Postgresql Archives

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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




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.

Barman Manual (pgbarman.org)
if this is not the same, then please ignore the above :)


--
Thanks,
Vijay
Mumbai, India

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux