Re: pg_dump - schema diff compatibility

From: "Tomi N/A" <hefest(at)gmail(dot)com>
To: "Sualeh Fatehi" <sualeh(dot)fatehi(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_dump - schema diff compatibility
Date: 2007-10-16 23:12:50
Message-ID: d487eb8e0710161612m114fdf1fyf202ed69964aad0d@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

2007/10/16, Sualeh Fatehi <sualeh(dot)fatehi(at)gmail(dot)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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Trevor Talbot 2007-10-17 00:26:35 Re: Inconsistence in transaction isolation docs
Previous Message Trevor Talbot 2007-10-16 23:02:32 Re: 8.2.3: Server crashes on Windows using Eclipse/Junit