> > We want to use Slony to keep our 2 servers replicated, however several > tables are being accesed by Java processes that perform updates on them, > Slony doesn’t this allow to happen. Is there a way to allow this?. > > Thank you. > > Its a data violation. Slave data are replicated from Primary, so slave data will be treated as read-only data not as write data by any user/app. Slony created disable triggers on Slave. So no write access is allowed.
-- Regards Raghav Blog: htt://raghavt.blogspot.com/
_______________________________________________ Slony1-general mailing list [email protected] http://lists.slony.info/mailman/listinfo/slony1-general
