Search Postgresql Archives

Re: tablelog

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

 




While we are talking about this, is a development like Oracle "Flashback
queries" planned maybe?
    

You can "flashback" to old data, but you need to use the tablelog
functions.
  
Oracle Flashback Query seems to use undo logs to return in a point in time if the undo retention param permit it. You can do it with a date, or with the SCN (system change number), a kind of transaction number. It saves you administration task and table management, and space.

Is this doable with PG, using some pg transaction logs?

More infos on oracle flashback nice feature:
http://www.oracle.com/technology/deploy/availability/htdocs/Flashback_Overview.htm

Bruno Lavoie


[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 Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux