Re: Any tools to compare db's

Поиск
Список
Период
Сортировка
От Rosser Schwarz
Тема Re: Any tools to compare db's
Дата
Msg-id 37d451f70412200944b09c7d4@mail.gmail.com
обсуждение исходный текст
Ответ на Any tools to compare db's  ("Chris Hoover" <revoohc@sermonaudio.com>)
Ответы Re: Any tools to compare db's  ("Chris Hoover" <revoohc@sermonaudio.com>)
Список pgsql-admin
while you weren't looking, Chris Hoover wrote:
> Does anyone know of any good tools that will compare 2 db's and generate a complete listing of any object
differences?  

Perhaps something like:

$ pg_dump --schema-only db1 > db1.sql
$ pg_dump --schema-only db2 > db2.sql
$ diff db1.sql db2.sql

would accomplish what you're after?  It does specifically list GRANTs,
among other things.

/rls

--
:wq

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

Предыдущее
От: "Chris Hoover"
Дата:
Сообщение: Any tools to compare db's
Следующее
От: Artur Pietruk
Дата:
Сообщение: Re: PostgreSQL internals and implementation of transactions