Another PostgreSQL Diff Tool 2.3 released

From: Miroslav Šulc <miroslav(dot)sulc(at)startnet(dot)cz>
To: apgdiff(at)lists(dot)startnet(dot)biz, pgsql-announce(at)postgresql(dot)org, pgsql-general(at)postgresql(dot)org
Subject: Another PostgreSQL Diff Tool 2.3 released
Date: 2010-10-22 18:05:52
Message-ID: 4CC1D280.4060108@startnet.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce pgsql-general

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

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(at)startnet(dot)biz(dot)
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-25 05:12:56 == PostgreSQL Weekly News - October 24 2010 ==
Previous Message Joshua D. Drake 2010-10-21 21:06:13 PgWest 2010 Party announced and full day training added!

Browse pgsql-general by date

  From Date Subject
Next Message gabrielle 2010-10-22 18:15:34 Solaris install - "cannot compute sizeof (off_t)" error - readline issue?
Previous Message Chris Barnes 2010-10-22 16:50:16 Re: pg view of table columns needed for scripting