Re: Read data from WAL - Mailing list pgsql-general

From Satoshi Nagayasu
Subject Re: Read data from WAL
Date
Msg-id 51E3F20B.1050106@uptime.jp
Whole thread Raw
In response to Read data from WAL  (Baldur Þór Emilsson <baldur@baldur.biz>)
List pgsql-general
Hi,

2013/07/15 21:45, Baldur Þór Emilsson wrote:
> Are there any projects or standard procedures for reading the data from
> the WAL to get a change log for the database (or without the WAL, using
> some other method)? I have searched for information about this quite
> thoroughly without luck, so I thought I'd try asking here before I
> started to patch Postgres :)

See xlogdump if you use 9.2 or earlier.

https://github.com/snaga/xlogdump

If you're going to use 9.3, you can find pg_xlogdump in the contrib.

http://www.postgresql.org/docs/devel/static/pgxlogdump.html

Regards,
--
Satoshi Nagayasu <snaga@uptime.jp>
Uptime Technologies, LLC. http://www.uptime.jp


pgsql-general by date:

Previous
From: Baldur Þór Emilsson
Date:
Subject: Read data from WAL
Next
From: Peter Geoghegan
Date:
Subject: Re: Read data from WAL