1

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?

Boris Pavlović
  • 63,078
  • 28
  • 122
  • 148

1 Answers1

2

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.

Josh
  • 357
  • 1
  • 4