plain text difference with pg_dump

Поиск
Список
Период
Сортировка
От Sabin Coanda
Тема plain text difference with pg_dump
Дата
Msg-id gqg4vc$3ut$1@news.hub.org
обсуждение исходный текст
Ответы Re: plain text difference with pg_dump
Re: plain text difference with pg_dump
Список pgsql-admin
Hi there,

I have two databases DD and DP. DD is used for development, and DP in
production.
After develop something on DD, a diff package is made and it upgrades DP.
Normally after that DD has to be identically with DP.

The problem is when I check the structure difference between DD and DP. My
procedure is to use pg_dump to make a plain text dump of the two databases,
and compare them, ignoring the comments. All the procedures are sorted
identically, excepting those with the same name, but different arguments.

Do you know a method to get the same text dump ?

TIA,
Sabin



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

Предыдущее
От: Tony Webb
Дата:
Сообщение: pg_ctlcluster not logging error (memory problem likely)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: plain text difference with pg_dump