合 PG 数据库结构比对工具 apgdiff
简介
https://github.com/fordfrog/apgdiff
Another PostgreSQL Diff Tool is free PostgreSQL diff tool that is useful for comparison/diffing of database schemas. You can find more information at its website at http://www.apgdiff.com/.
apgdiff工具,可用于数据库的比较/差异化 模式。该工具比较两个数据库转储文件并创建输出 使用可用于将旧数据库架构更新为的DDL语句 新建一个或查看两个数据库到底有什么不同。
更多内容请参考:http://www.apgdiff.com/
安装使用
apgdiff是一个Java程序,所以,需要先安装Java。