Re: Two 'identical' DB's not acting identically

Поиск
Список
Период
Сортировка
От Jean-Christian Imbeault
Тема Re: Two 'identical' DB's not acting identically
Дата
Msg-id 3E9BD642.3060100@mega-bucks.co.jp
обсуждение исходный текст
Ответ на Two 'identical' DB's not acting identically  (Jean-Christian Imbeault <jc@mega-bucks.co.jp>)
Ответы Re: Two 'identical' DB's not acting identically  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Shridhar Daithankar wrote:
>
> Do a pg_dump -s on both the databases to produce their schemas. Then diff
> those two schemas to find out anything is missing.

I forgot to mention that the test db was created this way:

- on the live db do a pg_dump TAL > dump
- copy dump file to test database server
- on the test db do a createdb TEST; psql TEST < dump

This way the two dbs will have the schemas no?

Thanks,

Jean-Christian Imbeault


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

Предыдущее
От: Shridhar Daithankar
Дата:
Сообщение: Re: Two 'identical' DB's not acting identically
Следующее
От: Jean-Christian Imbeault
Дата:
Сообщение: Re: Two 'identical' DB's not acting identically