Re: pg_dump - schema diff compatibility - Mailing list pgsql-general

From Tomi N/A
Subject Re: pg_dump - schema diff compatibility
Date
Msg-id d487eb8e0710161612m114fdf1fyf202ed69964aad0d@mail.gmail.com
Whole thread Raw
In response to Re: pg_dump - schema diff compatibility  (Sualeh Fatehi <sualeh.fatehi@gmail.com>)
List pgsql-general
2007/10/16, Sualeh Fatehi <sualeh.fatehi@gmail.com>:
> SchemaCrawler for PostgreSQL will allow you to do the diffs. With
> SchemaCrawler for PostgreSQL, you can take  human-readable snapshots
> of the schema and data, for later comparison. SchemaCrawler outputs
> details of your schema (tables, views, procedures, and more) in a diff-
> able plain-text format (text, CSV, or XHTML). You can order data
> alphabetically, or by ordinal order. SchemaCrawler can also output
> data (including CLOBs and BLOBs) in the same plain-text formats.
>
> SchemaCrawler for PostgreSQL is free and open-source (under the GPL),
> and is available at SourceForge: http://schemacrawler.sourceforge.net/

Sounds promising. Thanks for the tip, I'll be sure to try it out.

Cheers,
t.n.a.

pgsql-general by date:

Previous
From: "Trevor Talbot"
Date:
Subject: Re: 8.2.3: Server crashes on Windows using Eclipse/Junit
Next
From: "Trevor Talbot"
Date:
Subject: Re: Inconsistence in transaction isolation docs