Another PostgreSQL Diff Tool 2.2.2 released

From: Miroslav Šulc <miroslav(dot)sulc(at)startnet(dot)cz>
To: pgsql-announce(at)postgresql(dot)org, pgsql-general(at)postgresql(dot)org
Subject: Another PostgreSQL Diff Tool 2.2.2 released
Date: 2010-10-08 23:41:04
Message-ID: 4CAFAC10.7070608@startnet.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce pgsql-general

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||

Other Information
-----------------
If you have issues with running apgdiff, you can find answer for your
issue at FAQ page: http://apgdiff.startnet.biz/faq.php
If you find any issue with apgdiff or you miss a feature, please see
http://apgdiff.startnet.biz/bugs.php for information about filing bugs
and feature requests.

Best regards.

Miroslav Šulc
Another PostgreSQL Diff Tool Developer|

Browse pgsql-announce by date

  From Date Subject
Next Message David Fetter 2010-10-11 06:16:55 == PostgreSQL Weekly News - October 10 2010 ==
Previous Message Jason Long 2010-10-08 20:21:41 Re: [pgadmin-support] pgAdmin v1.12.0 Released

Browse pgsql-general by date

  From Date Subject
Next Message Rob Sargent 2010-10-08 23:54:29 Re: Understanding PostgreSQL Storage Engines
Previous Message Adrian Klaver 2010-10-08 21:39:22 Re: Understanding PostgreSQL Storage Engines