Christopher Browne cbbrowne
Thu Aug 10 08:51:38 PDT 2006
Yoel Marrero Calderon wrote:
> Hi .
>
> I wanto replicate part of the information store in Table of Database to other Database.
>
> not all data store in table . part of the data .
>
> Do you know if with Slony Replication System I can do this form of replication . 
>
> .thanks . 
>   
If there is some unique portion of the data that is replicable, then
that probably means you have not fully normalized the database schema
(e.g. - to 5NF and such).

The only way to accomplish this would be to split the table into two,
where the data that needs to be replicated is in one table, and the
other data can remain in the other.



More information about the Slony1-general mailing list