On Wed, Dec 29, 2010 at 9:14 PM, lakshmi priya <[email protected]> wrote: > hello, > > I have created two database,and replications takes place.In my first > database there is a table called node.In that table i have created a status > field..now i have check the condition for my status field if my status = 1 > my values have to replicate in slave table els status =0 then my field > shouldnot replicate in my slave. > > please clear my doubt its urgent.
Slony doesn't do that. What you can do is to create a separate table on the master that a trigger puts inserts from the first table there if the status=1, then replicate that table, and use a view on the other end to make it look like the master. I guess. _______________________________________________ Slony1-general mailing list [email protected] http://lists.slony.info/mailman/listinfo/slony1-general
