Re: Schema migration tools?

Поиск
Список
Период
Сортировка
От Sualeh Fatehi
Тема Re: Schema migration tools?
Дата
Msg-id 5df50dc8-ed1a-400c-9ecf-c60e2d0bca8e@c58g2000hsc.googlegroups.com
обсуждение исходный текст
Ответ на Schema migration tools?  (Christophe <xof@thebuild.com>)
Ответы Re: Schema migration tools?
Список pgsql-general
Christophe,

I agree with Dr. DeSoi that it may not always be possible to automate
schema transformations. However, if you need to compare the metadata
between two databases, the free, open-source SchemaCrawler for SQL
Server tool will do this for you. You can take human-readable
snapshots of the schema and data, for later comparison. Comparisons
are done using a standard diff tool such as WinMerge. 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.

SchemaCrawler is available at SourceForge:
http://schemacrawler.sourceforge.net/

Sualeh Fatehi

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

Предыдущее
От: "Enrico SABBADIN"
Дата:
Сообщение: best er modeling tool for postgreSQL
Следующее
От: glene77is
Дата:
Сообщение: Re: rounding problems