Another PostgreSQL Diff Tool (aka 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/. If you found an issue in apgdiff, please file it at https://github.com/fordfrog/apgdiff/issues. If you for some reason need to contact author of this application, you can email him at fordfrog@fordfrog.com.
This repo is mainly unmaintained. But if you found a bug and create a pull request chances are good that it will be merged.
Changelog
Version 2.7.0
#### New Features
- Initial Support to PARTITION BY on Create Table jalissonmello
- Initial suport to identity column. #277 jalissonmello
- Support Postgresql 12 -Add support for FUNCTION in CREATE TRIGGER #273 alexander-smyslov
- Add supports for CREATE SEQUENCE IF NOT EXISTS and CREATE INDEX IF NOT EXISTS. UltramanJack
#### Fixes
- Fix incorrect disable trigger parsing of quoted identifiers. Bugfixes #271 marcus-kempe
- fix for null pointer exception #270 marco44
- Fix issue where rule parsing was throwing # 269-marcus-kempe
- fixed some crashes #257 d1maxa
- Error on disable/enable trigger on trigger that dont exists on old schema.
- Drop and Add constraint if table exists, issue #252
Version 2.6
#### New Features
- PostgresSQL 10 Support
- Update dependencies to development with Java 11
- Add security barrier and another options to Views
- Add support to Create/Drop Rule
- Triggers: Rerencing,Enable,Disable
- use using column::type to cast the type of column
#### Fixes
- Fix GRANT SEQUENCE, ALTER VIEW OWNER, GRANT(cols) errors
#### Tasks Done
- Remove SourceForge repository
Version 2.5
#### New Features