Mikko Partio dun
Sat Oct 28 11:11:02 PDT 2006
Andrew And wrote:
>  If in Master I have table with name "TAB_one" and I want to replicate 
> this table to slave, but the name in slave need to be "TAB_two". Is this 
> possible?
>  
> Master (tab_one) -------replicate-----> slave (tab_two)
>  


I'm not a real expert when it comes to Slony, but I would say no because:

1) the SET ADD TABLE does not allow to specify different table names on 
the origin and the subscriber(s).

2) if it would be possible, the mapping of the tablenames would be 
logged on a table somewhere, and I don't remember seeing one.


MP



More information about the Slony1-general mailing list