如何检查PostgreSQL中两个数据库之间的区别?

前端之家收集整理的这篇文章主要介绍了如何检查PostgreSQL中两个数据库之间的区别?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
是否可以比较具有相同结构的两个数据库
假设我有两个数据库DB1和DB2,我想检查它们之间的数据是否有差别。
有几个工具:

免费:

> 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

商业:

> DB比较器:http://www.sqlmanager.net/en/products/postgresql/dbcomparer
> Aqua Data Studiohttp://docs.aquafold.com/docs-diff-schema.html
> DB Solo:http://www.dbsolo.com/index.html(30天试用版)

原文链接:https://www.f2er.com/postgresql/193632.html

猜你在找的Postgre SQL相关文章