Re: Schema migration tools? - Mailing list pgsql-general

From Sualeh Fatehi
Subject Re: Schema migration tools?
Date
Msg-id 5df50dc8-ed1a-400c-9ecf-c60e2d0bca8e@c58g2000hsc.googlegroups.com
Whole thread Raw
In response to Schema migration tools?  (Christophe <xof@thebuild.com>)
Responses Re: Schema migration tools?  (Scott Ribe <scott_ribe@killerbytes.com>)
List pgsql-general
Christophe,

I agree with Dr. DeSoi that it may not always be possible to automate
schema transformations. However, if you need to compare the metadata
between two databases, the free, open-source SchemaCrawler for SQL
Server tool will do this for you. 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: "Enrico SABBADIN"
Date:
Subject: best er modeling tool for postgreSQL
Next
From: glene77is
Date:
Subject: Re: rounding problems