Thread: Another PostgreSQL Diff Tool 2.4 released!
Another PostgreSQL Diff Tool 2.4 released ----------------------------------------- Another PostgreSQL Diff Tool (also known as apgdiff) is free PostgreSQL database schema diff tool. Project homepage: http://apgdiff.startnet.biz/ Release information ------------------- This release brings several new features and bug fixes. Please also note that apgdiff source repository has been moved to GitHub to be more developer friendly and encourage more apgdiff users to contribute their patches. GitHub link is https://github.com/fordfrog/apgdiff Release Details --------------- New Features * Added support for ALTER SEQUENCE OWNED BY (patch by Mikhail Petrov). * Added support for CREATE TRIGGER ... UPDATE OF column. * Added switch --ignore-slony-triggers which causes that Slony triggers _slony_logtrigger and _slony_denyaccess are completely ignored during parsing and diffing. Fixes * Fixed issue with comments not being added on newly created columns. * Improved logging errors when parsing strings. * Added support for IF NOT EXISTS (patch by Felipe Sateler). * Fixed NPE when search_path contains quoted schema (patch by Steven Elliott). * Fixed dropping of default values when --add-defaults is specified (patch by Jim Mlodgenski). * Fixed all bugs related to incorrect parsing of end of statement, most often resulting in StringIndexOutOfBoundException. * Fixed CREATE TABLE statement output when table contains no column. Full changelog can be found at http://apgdiff.startnet.biz/changelog.php Download -------- Binary distribution and sources: http://apgdiff.startnet.biz/download.php Sources from Git repository: https://github.com/fordfrog/apgdiff Other Information ----------------- If you have issues with running apgdiff, you may find answer for your issue at FAQ page: http://apgdiff.startnet.biz/faq.php If you still have issues with running apgdiff, you can email me at apgdiff@startnet.biz If you find any issue with apgdiff or you miss a feature, you can file an issue at https://github.com/fordfrog/apgdiff/issues Best regards. Miroslav Šulc Another PostgreSQL Diff Tool Developer