Hi,
I would like to read Postgres transaction log files to update an other
database with an old structure base on files.
The only solution I found is to read WAL files, but, the only way is
with c program, I did not find a way to use WAL files with java program.
Regards, Olivier.