On Mon, May 31, 2010 at 03:25:24PM +0200, Lorenzo Bolzani wrote: > > So this could be an actual scenario: > > master: version 1.34 > slave1: version 1.35 > slave2: version 1.32 > > Any version update could imply some schema changes, for example: > > - add/drop/modify a column > - add/drop a table
You're not going to be able to do this without a lot of pain. However, one way you could maybe do it is with quite complicated views. I think this would be more painful than it would be worth, but I investigated the feasibility of this for someone one time, and it was just possible. A -- Andrew Sullivan [email protected] _______________________________________________ Slony1-general mailing list [email protected] http://lists.slony.info/mailman/listinfo/slony1-general
