Another PostgreSQL Diff Tool 2.4 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.4 released!
Date: 2012-09-21 17:08:41
Message-ID: 505C9F19.1000902@startnet.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce pgsql-general

Another PostgreSQL Diff Tool 2.4 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 several new features and bug fixes.

Please also note that apgdiff source repository has been moved to GitHub
to be more developer friendly and encourage more apgdiff users to
contribute their patches.
GitHub link is https://github.com/fordfrog/apgdiff

Release Details
---------------

New Features
* Added support for ALTER SEQUENCE OWNED BY (patch by Mikhail Petrov).
* Added support for CREATE TRIGGER ... UPDATE OF column.
* Added switch --ignore-slony-triggers which causes that Slony triggers
_slony_logtrigger and _slony_denyaccess are completely ignored during
parsing and diffing.

Fixes
* Fixed issue with comments not being added on newly created columns.
* Improved logging errors when parsing strings.
* Added support for IF NOT EXISTS (patch by Felipe Sateler).
* Fixed NPE when search_path contains quoted schema (patch by Steven
Elliott).
* Fixed dropping of default values when --add-defaults is specified
(patch by Jim Mlodgenski).
* Fixed all bugs related to incorrect parsing of end of statement, most
often resulting in StringIndexOutOfBoundException.
* Fixed CREATE TABLE statement output when table contains no column.

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 Git repository: https://github.com/fordfrog/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
If you find any issue with apgdiff or you miss a feature, you can file
an issue at https://github.com/fordfrog/apgdiff/issues

Best regards.

Miroslav Šulc
Another PostgreSQL Diff Tool Developer

Browse pgsql-announce by date

  From Date Subject
Next Message David Fetter 2012-09-24 06:06:04 == PostgreSQL Weekly News - September 23 2012 ==
Previous Message Marc Balmer 2012-09-20 12:19:00 Update Lua Interface to PostgreSQL

Browse pgsql-general by date

  From Date Subject
Next Message Jeff Janes 2012-09-21 18:30:03 Re: Why do I have holes in my pages?
Previous Message Scott Marlowe 2012-09-21 16:33:25 Re: Windows Services and Postgresql 9.1.3