Re: Anyone know of a Schema Comparer

From: Hannes Dorbath <light(at)theendofthetunnel(dot)de>
To: Paul Newman <pnewman(at)tripoint(dot)co(dot)uk>
Subject: Re: Anyone know of a Schema Comparer
Date: 2005-10-25 07:28:10
Message-ID: 435DDE8A.6040605@theendofthetunnel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 25.10.2005 08:19, Paul Newman wrote:
We have looked at EMS comparer and few others but all seem to compare
one entire db with another.

We had the same problem. EMS DB comparer has this limitation, but it's
probably the best tool out there. We solved it be wrapping the command
line version in a little script, that dumps the DDL (no data) of the two
schemas and loads them into a sync_from and sync_to database. Not
pretty, but works well.

--
Regards,
Hannes Dorbath

In response to

Browse pgsql-general by date

  From Date Subject
Next Message David Pradier 2005-10-25 07:38:28 Re: Anyone know of a Schema Comparer
Previous Message Paul Newman 2005-10-25 06:19:57 Anyone know of a Schema Comparer