Re: Comparing 2 databases

From: Sualeh Fatehi <sualeh(dot)fatehi(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Comparing 2 databases
Date: 2010-01-02 21:54:51
Message-ID: 7d1cdf43-c62e-4130-80d9-06a324cd89eb@f5g2000yqh.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

The free, open-source SchemaCrawler for SQL Server tool is desinged to
do just this. You can take human-readable snapshots of the schema and
data, for later comparison. Comparisons are done using a standard diff
tool such as WinMerge. SchemaCrawler outputs details of your schema
(tables, views, procedures, and more) in a diff-able plain-text format
(text, CSV, or XHTML). SchemaCrawler can also output data (including
CLOBs and BLOBs) in the same plain-text formats.

SchemaCrawler is available at SourceForge:
http://schemacrawler.sourceforge.net/

Sualeh Fatehi

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ivan K 2010-01-02 22:44:34 Permission; select currval('seq')
Previous Message Adrian Klaver 2010-01-02 20:46:07 Re: please help