I am looking for a way to compare the data in two Postgres databases.
Basically a ‘Before’ and ‘After’ snapshot of a transaction being posted. What I am looking for is all the tables/records that have been altered by a particular type of transaction.
The solution could use ODBC, or PostgreSQL directly. I have connections to the databases both ways.