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?
Asked
Active
Viewed 200 times
1

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

Maly Mohsem Ahmed
- 41
- 4
-
What have you tried so far? – Boris Pavlović May 18 '22 at 08:17
1 Answers
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