Another PostgreSQL Diff Tool 2.2.2 released ------------------------------------------- Another PostgreSQL Diff Tool (also known as apgdiff) is free PostgreSQL database schema diff tool. Release information ------------------- This is a bugfix release. Also Czech localization was added in this release. Release Details --------------- Fixes * Added missing new line after ALTER VIEW ... ALTER COLUMN ... SET/DROP DEFAULT. * Fixed parsing of quoted string values. * Fixed detection of function body separator (did not work when there was another 'AS' specified on the same line after the 'AS' starting function body). * If two dumps are completely same and there is more than one schema in the dumps, the output now does not contain 'SET search_path = ...'. In other words, if two dumps are completely same, no output is produced. * Replaced 'ALTER VIEW name ALTER COLUMN ...' with 'ALTER TABLE view_name ALTER COLUMN ...' to make it compatible with PostgreSQL releases prior to 8.4. * Fixed parsing of '' escapes. Other * Added support for localization of apgdiff. * Added Czech localization. Changelog can be also found at http://apgdiff.startnet.biz/changelog.php Translations ------------ For information about translations see http://apgdiff.startnet.biz/translations.php Download -------- Binary distribution and sources: https://sourceforge.net/projects/apgdiff/files/ Sources from Merurial repository: http://apgdiff.hg.sourceforge.net:8000/hgroot/apgdiff/apgdiff
|