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.
_______________________________________________
Slony1-general mailing list
[email protected]
http://gborg.postgresql.org/mailman/listinfo/slony1-general

Reply via email to