Re: Finding time in WAL logs - Mailing list pgsql-admin

From Simon Riggs
Subject Re: Finding time in WAL logs
Date
Msg-id 1177515789.20637.160.camel@silverbirch.site
Whole thread Raw
In response to Finding time in WAL logs  (Pascal Robert <probert@os.ca>)
Responses Re: Finding time in WAL logs
List pgsql-admin
On Wed, 2007-04-25 at 11:28 -0400, Pascal Robert wrote:

> I'm writing our backup procedure for using WAL and PITR, but to be
> able to do a (mostly) perfect PITR, I need to find the time when a
> error (DELETE FROM, DROP TABLE, etc.) was made so that I can do a
> restore just before the error.
>
> Does PostgreSQL has something similar to "mysqlbinlog" so that I can
> look at the content of a WAL archive ?  I tried enabling
> "log_min_messages" at "info" level, but it doesn't log the date and
> time of a executed statement, so that's not a solution.

http://pgfoundry.org/projects/xlogviewer/

I'd appreciate some feedback. I'll be looking to release a new version
within next few months.

--
  Simon Riggs
  EnterpriseDB   http://www.enterprisedb.com



pgsql-admin by date:

Previous
From: "Simon Riggs"
Date:
Subject: Re: [GENERAL] Regarding WAL
Next
From: Pascal Robert
Date:
Subject: Re: Finding time in WAL logs