Re: Age of the WAL?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Age of the WAL?
Дата
Msg-id 6589.1363129984@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Age of the WAL?  (Erik Jones <ejones@engineyard.com>)
Ответы Re: Age of the WAL?
Список pgsql-general
Erik Jones <ejones@engineyard.com> writes:
> What's the best way to determine the age of the current WAL?  Not the current segment, but the whole thing.  Put
anotherway:  is there a way to determine a timestamp for the oldest available transaction in the WAL? 

Transaction commit and abort records carry timestamps, so you could
figure this out with something like pg_xlogdump.  I don't know of any
canned solution though.

            regards, tom lane


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

Предыдущее
От: Gregg Jaskiewicz
Дата:
Сообщение: Re: table spaces
Следующее
От: Joe Van Dyk
Дата:
Сообщение: Re: Testing Technique when using a DB