[ANNOUNCE] Another PostgreSQL Diff Tool 2.3 released - Mailing list pgsql-general

From Miroslav Šulc
Subject [ANNOUNCE] Another PostgreSQL Diff Tool 2.3 released
Date
Msg-id 4CC1D280.4060108@startnet.cz
Whole thread Raw
List 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@startnet.biz.
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

pgsql-general by date:

Previous
From: Andre Lopes
Date:
Subject: Tools for form generation in PHP/HTML from database models/queries
Next
From: "karsten vennemann"
Date:
Subject: auto fill serial id field with default value in copy operation