Le 5 décembre 2011 10:12, Laura Passigni <[email protected]> a écrit : > Dear all, > > I’m using slony to have a replica of my database (Postgresql 8.4). > > Currently I replicate only some tables, not the entire database. I was > wondering if it is possible to replicate only some records of a table, for > example according to some field’s value. In other words, perform a sort of > conditional replica.
It is not in the features list of slony. I don't think it is possible without rewriting triggers. Maybe have a look at logtrigger(). -- Cédric Villemain +33 (0)6 20 30 22 52 http://2ndQuadrant.fr/ PostgreSQL: Support 24x7 - Développement, Expertise et Formation _______________________________________________ Slony1-general mailing list [email protected] http://lists.slony.info/mailman/listinfo/slony1-general
