Re: compare two databases

Поиск
Список
Период
Сортировка
От Bruno LEVEQUE
Тема Re: compare two databases
Дата
Msg-id 3FB78506.9080509@net6d.com
обсуждение исходный текст
Ответ на compare two databases  (Ashok Chauhan <ashok@kalculate.com>)
Ответы Re: compare two databases
Список pgsql-admin
Maybe you can use :

pg_dump -s -t Thetable firstdatabasename > first
pg_dump -s -t Thetable seconddatabasename > second

diff first second



Bruno


Ashok Chauhan wrote:

>there is any utility or command for compare two databases,
>tables structure (schema).
>
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 2: you can get off all lists at once with the unregister command
>    (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
>
>
>

--
Bruno LEVEQUE
System Engineer
SARL NET6D
bruno.leveque@net6d.com
http://www.net6d.com



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

Предыдущее
От: Ashok Chauhan
Дата:
Сообщение: compare two databases
Следующее
От: Yuji Shinozaki
Дата:
Сообщение: Re: compare two databases