Andreas Pflug pgadmin
Sat Oct 28 11:18:42 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?
Use a view
CREATE VIEW "TAB_two" AS SELECT * FROM "TAB_one"

Regards,
Andreas



More information about the Slony1-general mailing list