How to check difference between two databases in PostgreSQL?
Is it possible to compare two databases with identical structure? Let say that I have two databases DB1 and DB2 and I want to check if there is a difference in data between them. a_horse_with_no_name There are several tools out there: Free Ones: pgquarrel: http://eulerto.github.io/pgquarrel apgdiff: http://apgdiff.com/ Liquibase (Cross DBMS): http://www.liquibase.org WbSchemaDiff (Cross DBMS): http://www.sql-workbench.net/manual/compare-commands.html Migra: https://migra.djrobstep.com/ Commercial: DB Comparer: http://www.sqlmanager.net/en/products/postgresql/dbcomparer Aqua Data Studio: http:/