Re: A compare and/or sync. database structure? - Mailing list pgsql-general

From Sualeh Fatehi
Subject Re: A compare and/or sync. database structure?
Date
Msg-id 93c1645d-e0db-46f6-b163-37732f8dd389@d34g2000vbm.googlegroups.com
Whole thread Raw
In response to A compare and/or sync. database structure?  ("durumdara@gmail.com" <durumdara@gmail.com>)
List 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

pgsql-general by date:

Previous
From: Vick Khera
Date:
Subject: Re: Postgresql Backups
Next
From: Wenjian Yang
Date:
Subject: Re: psql and Emacs on Windows