PostgreSQL diff tool that is useful for comparison/diffing of database schemas.
Another PostgreSQL Diff Tool (also known as apgdiff) is free PostgreSQL diff tool that is useful for comparison/diffing of database schemas. The tool compares two database dump files and creates output with DDL statements that can be used to update old database schema to new one or to see in what exactly both databases differ. It is already being used by many developers all over the world.
Another PostgreSQL Diff Tool (also known as apgdiff) is free PostgreSQL diff tool that is useful for comparison/diffing of database schemas. The tool compares two database dump files and creates output with DDL statements that can be used to update old database schema to new one or to see in what exactly both databases differ. It is already being used by many developers all over the world.
To install apgdiff, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install apgdiff
To see what files were installed by apgdiff, run:
port contents apgdiff
To later upgrade apgdiff, run:
sudo port selfupdate && sudo port upgrade apgdiff
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.