schema-compare

How to check difference between two databases in PostgreSQL?

不打扰是莪最后的温柔 提交于 2019-11-28 02:52:24
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:/

How to compare data between two databases in PostgreSQL?

丶灬走出姿态 提交于 2019-11-27 04:59:37
问题 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. 回答1: There are several tools out there: (note that most of these tools can only compare structure, but not data) 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