Re: BUG #3401: PITR does not work in the case of recovery_target_xid = 'SELECT_only_transaction_ID'

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #3401: PITR does not work in the case of recovery_target_xid = 'SELECT_only_transaction_ID'
Дата
Msg-id 16854.1182439436@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #3401: PITR does not work in the case of recovery_target_xid = 'SELECT_only_transaction_ID'  ("Katsuhiko Okano" <okano.katsuhiko@oss.ntt.co.jp>)
Список pgsql-bugs
"Katsuhiko Okano" <okano.katsuhiko@oss.ntt.co.jp> writes:
> Transaction ID can be specified when recovering using a PITR feature.
> For example, in recovery.conf,
> --------
> recovery_target_xid = '1100842'
> --------

The documentation already points out that this feature is currently
useless due to the lack of any tools for determining a suitable target
XID.  Presumably such a tool would help you dig through the WAL log
to see which transactions did what.  I'm not very concerned about the
set of possible target XIDs not being complete.

            regards, tom lane

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

Предыдущее
От: "Katsuhiko Okano"
Дата:
Сообщение: BUG #3401: PITR does not work in the case of recovery_target_xid = 'SELECT_only_transaction_ID'
Следующее
От: "Jasen Betts"
Дата:
Сообщение: BUG #3403: ver 8.2 can't add serial column to temp table,but 8.1 can