logical replication does not fire per-column triggers - Mailing list pgsql-hackers

From Peter Eisentraut
Subject logical replication does not fire per-column triggers
Date
Msg-id 21673e2d-597c-6afe-637e-e8b10425b240@2ndquadrant.com
Whole thread Raw
Responses Re: logical replication does not fire per-column triggers  (Euler Taveira <euler@timbira.com.br>)
List pgsql-hackers
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

Attachment

pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: automating pg_config.h.win32 maintenance
Next
From: Michael Paquier
Date:
Subject: Re: error context for vacuum to include block number