Re: Upgrading schemas

From: sualeh(dot)fatehi(at)gmail(dot)com
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Upgrading schemas
Date: 2006-09-19 11:29:47
Message-ID: 1158665387.573024.280140@k70g2000cwa.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

The free, open-source SchemaCrawler tool will compare the schema and
data. 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. You can use a standard diff program to
diff the current output with a reference version of the output.
SchemaCrawler can be run either from the command line, or as an ant
task. A lot of examples are available with the download to help you get
started.

SchemaCrawler is free, open-source, cross-platform (operating system
and database) tool, written in Java, that is available at SourceForge:
http://schemacrawler.sourceforge.net/
You will need to provide a JDBC driver for your database. No other
third-party libraries are required.

Sualeh Fatehi.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Dave Page 2006-09-19 11:39:36 Re: vista
Previous Message Naz Gassiep 2006-09-19 11:26:16 Re: vista