Re: tablelog

Поиск
Список
Период
Сортировка
От Bruno Lavoie
Тема Re: tablelog
Дата
Msg-id 4991AD16.6070404@gmail.com
обсуждение исходный текст
Ответ на Re: tablelog  (Andreas 'ads' Scherbaum <adsmail@wars-nicht.de>)
Ответы Re: tablelog
Re: tablelog
Список pgsql-general

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

В списке pgsql-general по дате отправления:

Предыдущее
От: Ioana Danes
Дата:
Сообщение: Re: Query Question
Следующее
От: Jonathan Vanasco
Дата:
Сообщение: does anyone know what to use in pg_hba.conf that will allow me to run cronjobs with pg_dump?