Re: A compare and/or sync. database structure?

From: Sualeh Fatehi <sualeh(dot)fatehi(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: A compare and/or sync. database structure?
Date: 2009-08-08 14:37:12
Message-ID: 93c1645d-e0db-46f6-b163-37732f8dd389@d34g2000vbm.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 Wenjian Yang 2009-08-08 18:34:36 Re: psql and Emacs on Windows
Previous Message Vick Khera 2009-08-08 13:46:18 Re: Postgresql Backups