Re: pg_dump --snapshot
От | Greg Stark |
---|---|
Тема | Re: pg_dump --snapshot |
Дата | |
Msg-id | CAM-w4HNbu5bKZPa5BTu5XNhBEbkysk2-1aysGzyUOk2fZ4QZSQ@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: pg_dump --snapshot (Simon Riggs <simon@2ndQuadrant.com>) |
Ответы |
Re: pg_dump --snapshot
|
Список | pgsql-hackers |
On Mon, May 6, 2013 at 6:58 PM, Simon Riggs <simon@2ndquadrant.com> wrote: > In any case, "flashback database" is one of the most requested > features I know of... the ability to dump the database as it appeared > in the past *after* that point has passed. Fwiw that's not what flashback database does. It rolls back the whole database to that earlier point in time. it's equivalent to running recovery but backwards in time. Obviously if you had the ability to dump the database as of an earlier point in time you could do a complete dump and then a complete restore and effectively have accomplished the same thing. But that's like calling pg_dump an incremental backup. -- greg
В списке pgsql-hackers по дате отправления: