Re: compare two databases

Поиск
Список
Период
Сортировка
От Yuji Shinozaki
Тема Re: compare two databases
Дата
Msg-id Pine.LNX.4.44.0311160943160.812-100000@atg2000.itc.virginia.edu
обсуждение исходный текст
Ответ на Re: compare two databases  (Bruno LEVEQUE <bruno.leveque@net6d.com>)
Ответы Re: compare two databases  (Andrew Sullivan <andrew@libertyrms.info>)
Список pgsql-admin
Here's a question about that:  Do dumps always occur
in a predictable row order?

If it is not the case, then you might need to sort each
table dump before the diff.

yuji
----

On Sun, 16 Nov 2003, Bruno LEVEQUE wrote:

> 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
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
>       subscribe-nomail command to majordomo@postgresql.org so that your
>       message can get through to the mailing list cleanly
>
>

Yuji Shinozaki                            Computer Systems Senior Engineer
ys2n@virginia.edu            Advanced Technologies Group
(434)924-7171                Information Technology & Communication
http://www.people.virginia.edu/~ys2n    University of Virginia


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

Предыдущее
От: Bruno LEVEQUE
Дата:
Сообщение: Re: compare two databases
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: pg_restore and FK constraints with large dbs