Re: Age of the WAL? - Mailing list pgsql-general

From Tom Lane
Subject Re: Age of the WAL?
Date
Msg-id 21723.1364336470@sss.pgh.pa.us
Whole thread Raw
In response to Re: Age of the WAL?  (Erik Jones <ejones@engineyard.com>)
Responses Re: Age of the WAL?
List pgsql-general
Erik Jones <ejones@engineyard.com> writes:
> On Mar 12, 2013, at 4:13 PM, Tom Lane wrote:
>> 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.

> Anyway, will pg_xlogdump work with any previous versions of Postgres or will it be only 9.3+?

The version recently added to contrib is only meant to work with the
current server release, AFAIK.  However, it's derived from older
standalone programs that are out there somewhere --- did you look around
on pgfoundry?

            regards, tom lane


pgsql-general by date:

Previous
From: Erik Jones
Date:
Subject: Re: Age of the WAL?
Next
From: Peter Geoghegan
Date:
Subject: Re: Age of the WAL?