Re: point in time recovery and moving datafiles online

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: point in time recovery and moving datafiles online
Дата
Msg-id 25922.1015552171@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: point in time recovery and moving datafiles online  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Ответы Re: point in time recovery and moving datafiles online
Список pgsql-hackers
Tatsuo Ishii <t-ishii@sra.co.jp> writes:
> Consider a scenario:

> (1) backup process starts (and records LSN)
> (2) DROP TABLE t1 starts
> (3) DROP TABLE t1 commits
> (4) backup process ends

> I think the database status should be able to go back to (1) using
> the archive log recovery. No?

No.  It is not reasonable to expect the backup to allow you to recreate
any state occurring before the *end* of the backup process.  After the
backup is complete, you can use the backup and the WAL to duplicate the
state of any later instant.
        regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Libpq support for precision and scale
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Libpq support for precision and scale