timestamp of the last replayed transaction

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема timestamp of the last replayed transaction
Дата
Msg-id AANLkTiknfd-BJc8ZyZ=BkB+H97_RShGhPrh0wJpo5JFj@mail.gmail.com
обсуждение исходный текст
Ответы Re: timestamp of the last replayed transaction  (Dimitri Fontaine <dimitri@2ndQuadrant.fr>)
Список pgsql-hackers
Hi,

After 9.0 release, I've often heard that some people want to know
how far transactions have been replayed in the standby in timestamp
rather than LSN. So I'm thinking to include the function which returns
the timestamp of the last applied transaction (i.e., commit/abort WAL
record) in the core.

Name: pg_last_replay_xact_timestamp (better name?)
Return Type: timestamp with time zone

Thought?

Regards,

-- 
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center


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

Предыдущее
От: ghatpande@vsnl.net
Дата:
Сообщение: Intelligent RDBMS
Следующее
От: Dimitri Fontaine
Дата:
Сообщение: Re: ALTER OBJECT any_name SET SCHEMA name