Re: Read data from WAL

Поиск
Список
Период
Сортировка
От Satoshi Nagayasu
Тема Re: Read data from WAL
Дата
Msg-id 51E3F20B.1050106@uptime.jp
обсуждение исходный текст
Ответ на Read data from WAL  (Baldur Þór Emilsson <baldur@baldur.biz>)
Список 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 по дате отправления:

Предыдущее
От: Baldur Þór Emilsson
Дата:
Сообщение: Read data from WAL
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: Read data from WAL