Re: Need Tool to sync databases with 8.3.1

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: Need Tool to sync databases with 8.3.1
Дата
Msg-id g339ci$240$1@ger.gmane.org
обсуждение исходный текст
Ответ на Need Tool to sync databases with 8.3.1  ("D. Dante Lorenso" <dante@larkspark.com>)
Список pgsql-general
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

В списке pgsql-general по дате отправления:

Предыдущее
От: Julius Tuskenis
Дата:
Сообщение: Re: why sequential scan is used on indexed column ???
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: XML output & multiple SELECT queries