On Tue, 2007-06-26 at 14:53 -0400, Jerry Sievers wrote: > Hello; > > Existing cluster with 1 set; 1 provider and 3 subscribers. Adding > several new tables and sequences. > > Slony 1.1.5 > > -- begin; > storeset(2, 'foo'); > setaddtable(...); > ... > setaddsequence(...); > ... > subscribeset(...); > subscribeset(...); > subscribeset(...); > mergeset(1,2); <-- is this OK? > commit; > > Please advise. I'm curious and assume the merge will happen at the > right time when all subscribers reach the subscribed state? > > Or do I need to verify completed subscriptions first before issuing > the merge command?
I don't know what checks are in place against this, but if it was me, I'd wait until the subs were done before merging. Brad _______________________________________________ Slony1-general mailing list [email protected] http://lists.slony.info/mailman/listinfo/slony1-general
