Re: New feature request: FlashBack Query

Поиск
Список
Период
Сортировка
От Joshua D. Drake
Тема Re: New feature request: FlashBack Query
Дата
Msg-id 45D7245A.9050707@commandprompt.com
обсуждение исходный текст
Ответ на New feature request: FlashBack Query  (RPK <rohitprakash123@indiatimes.com>)
Ответы Re: New feature request: FlashBack Query  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
RPK wrote:
> PostgreSQL, already a mature database, needs to have more options for
> recovery as compared to proprietary databases. I just worked with Oracle's
> FlashBack query feature in Oracle 9i and FlashBack Table feature in 10g.
> 
> Future versions of PostgreSQL must have similar features which enable users
> to bring Table(s) and/or Database(s) to a desired Time Stamp.

We can do it with databases, we can't do it with tables. Nor should we
do it with tables as it would require that all tables in relation are
also flashed backed.

Joshua D. Drake

-- 
     === The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
Providing the most comprehensive  PostgreSQL solutions since 1997            http://www.commandprompt.com/

Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
PostgreSQL Replication: http://www.commandprompt.com/products/



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: wishlist items ..
Следующее
От: Tom Lane
Дата:
Сообщение: Re: RFC: Temporal Extensions for PostgreSQL