Re: How to compare the schemas ?

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: How to compare the schemas ?
Дата
Msg-id 200506281120.05150.peter_e@gmx.net
обсуждение исходный текст
Ответ на How to compare the schemas ?  (Milorad Poluga <milorad.poluga@cores.co.yu>)
Ответы Re: How to compare the schemas ?
Список pgsql-admin
Milorad Poluga wrote:
> One (certainly not the best options) is to do something like this:
>
> pg_dump ... DB1  > PG_SCHEMA1
> pg_dump ... DB2  > PG_SCHEMA2
> diff  PG_SCHEMA1  PG_SCHEMA2  > differences.txt

What is wrong with that?

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

               http://archives.postgresql.org


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

Предыдущее
От: KÖPFERL Robert
Дата:
Сообщение: Re: How to compare the schemas ?
Следующее
От: KÖPFERL Robert
Дата:
Сообщение: Direct I/O versus OS-Caching