Обсуждение: schema propagation

Поиск
Список
Период
Сортировка

schema propagation

От
chester c young
Дата:
Hi

has anyone done any work on comparing schemas?

I'm trying to automatically propagate changes in a master schema to
child schemas.  All schema changes will originate at master.  Currently
child schemas are in the same database, but in the future might be in
different databases (clusters?).

thanks!

     ____________________________________________________________________________________
Fussy? Opinionated? Impossible to please? Perfect.  Join Yahoo!'s user panel and lay it on us.
http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7
 



Re: schema propagation

От
Markus Schiltknecht
Дата:
Hi,

chester c young wrote:
> has anyone done any work on comparing schemas?

There are two different projects called 'pgdiff', you'll find them with 
google.

> I'm trying to automatically propagate changes in a master schema to
> child schemas.  All schema changes will originate at master.  Currently
> child schemas are in the same database, but in the future might be in
> different databases (clusters?).

Please note, that it's sometimes impossible to automatically convert 
from one database schema to another. You should probably better use 
proper change management processes.

Regards

Markus