Tue Jun 19 10:01:55 PDT 2012
- Previous message: [Slony1-general] How to perform updates on a table slave
- Next message: [Slony1-general] How to perform updates on a table slave
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> > 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/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.slony.info/pipermail/slony1-general/attachments/20120619/c5fad515/attachment.htm
- Previous message: [Slony1-general] How to perform updates on a table slave
- Next message: [Slony1-general] How to perform updates on a table slave
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-general mailing list