snaga / xlogdump

A tool for extracting data from the PostgreSQL's write ahead logs.
http://pgsnaga.blogspot.com/2011/09/xlogdump-050-released.html
Other
59 stars 13 forks source link

Xlogparse #34

Open pedercandersen opened 10 years ago

pedercandersen commented 10 years ago

I'm interested in parsing WAL files and processing the results programatically. Your work on the xlogdump tool provides a great platform, and this pull request factors out some of the prime logic into a stand-alone library so arbitrary clients can customize their handling on a record-by-record basis.

Please let me know if there's any changes you'd like to see before merging, or if any other information would be useful.

thanks,