logical replication does not fire per-column triggers
Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
From: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2019-12-13T13:25:47Z
Lists: pgsql-hackers
Attachments
- 0001-Have-logical-replication-subscriber-fire-column-trig.patch (text/plain) patch 0001
The logical replication subscription side does not fire per-column update triggers when applying an update change. (Per-table update triggers work fine.) This patch fixes that. Should be backpatched to PG10. A patch along these lines is also necessary to handle triggers involving generated columns in the apply worker. I'll work on that separately. -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Have logical replication subscriber fire column triggers
- 66fd0adc73a8 10.12 landed
- 7474393e0b98 11.7 landed
- 8c2bfd9f9b5d 12.2 landed
- b9c130a1fdf1 13.0 landed