Another
PostgreSQL Diff Tool 2.3 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 two new features and several bug fixes. Release Details --------------- New Features * Added support for diffing of COMMENT ON statements. * Added switch --list-charsets to output list of supported charsets. Fixes * Added user error messages instead of NullPointerException for cases when referenced database object was not found in the dump. * Fixed bug with parsing quoted object name when both first and second part of the name was quoted. * Fixed bug in parser that caused in some cases invalid match against expected "word". * Fixed bug in parser that caused array data types not detected correctly (was caused by fix of invalid match of "word" above). * Functions are now created after tables are create and updated, because of functions depending on tables and columns. Later will be implemented solution for cases where functions have to be created before table columns. 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 Merurial repository: http://apgdiff.hg.sourceforge.net:8000/hgroot/apgdiff/apgdiff |