Sairam Gaddam wrote: > I want to make note of those changes and replicate someplace else. And I > found that WAL is the correct place where changes to the database are > present. So my main aim is to get those changes and replicate after further > processing.
If you're really sure that the database files are identical, the easiest way to do the replication would be to copy the WAL file. What processing do you want to do? > Is there any other better way other than WAL? Record the SQL statements that are executed. Regards, Clemens

