Sunday, June 15, 2008

Re: [GENERAL] Need Tool to sync databases with 8.3.1

D. Dante Lorenso wrote on 15.06.2008 01:00:
> I need a tool that will compare 2 database schemas and allow me to
> migrate changes from one database to another. What tools do the rest of
> you use to accomplish this task?

You can try my SQL Workbench/J:.
http://www.sql-workbench.net/manual/wb-commands.html#command-schema-diff

It writes out the differences as an XML file.

I have sample XSLT transformations to create SQL statements out of that XML on
my homepage as well: http://www.sql-workbench.net/xslt.html

Regards
Thomas


--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

No comments: