Reputation: 41
I want to replicate a partitioned table in PostgreSQL using SymmetricDS. Do I have to configure sym_trigger for individual partitioning table or just the partitioned table?
Upvotes: 1
Views: 428
Reputation: 377
You should be able to setup a SymmetricDS trigger just like any other table configured for replication. The PostgreSQL database will take care of what triggers are cloned/created on each partition.
Upvotes: 2