Scott Marlowe scott.marlowe at gmail.com
Wed Dec 29 20:17:43 PST 2010
On Wed, Dec 29, 2010 at 9:14 PM, lakshmi priya <gangulynj at gmail.com> 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.


More information about the Slony1-general mailing list