John Sidney-Woollett johnsw
Thu Sep 7 07:32:24 PDT 2006
Why not, copy the table into another table? eg
create table MYTABLE_COPY as select * from MYTABLE;

Remove the table from the replication set...

I'm not sure if you can do this in such a way that the removal from the 
set happens before the data from the slave's table is actually deleted.

Hopefully, someone who knows Slony better should be able to provide a 
better answer on this.

John

Yoel Marrero Calderon wrote:
> Hi to all .
> I have my Master database Empty
> I have some data in my slave Database tht I dont want  lose.
> When I start replication the data in my Slave Database erase .
>  
> whow can I configure my replication scripts to enable or disable any option to solve this problem ....
> I dont want lose the data in my Slave Database.....



More information about the Slony1-general mailing list