schema update?

Поиск
Список
Период
Сортировка
От czezz
Тема schema update?
Дата
Msg-id fcd6f839727c45638857b40cb0aee9a3@grupawp.pl
обсуждение исходный текст
Ответы Re: schema update?  (Pavan Teja <pavan.postgresdba@gmail.com>)
Re: schema update?  (Scott Ribe <scott_ribe@elevated-dev.com>)
Список pgsql-admin
Hi everyone,

By executing following I copy schema from Machine1:
pg_dump -s <database name> > pg_dump_text_filename

and then at the psql prompt I can restore it on the Machine2:
\i <pg_dump_text_file_path>


That works good.
However, is there a way to apply only differences of schema on Machine2 ?
In other words to update schema with changes from Machine1?

Best regards,
czezz

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: binary upgade errors
Следующее
От: Pavan Teja
Дата:
Сообщение: Re: schema update?