Re: [SQL] schema propagation

2007-06-06 Thread 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. Curren

[SQL] schema propagation

2007-06-01 Thread 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?). tha