On Thu, Dec 1, 2022 at 7:29 PM Avi Weinberg wrote:
>
>
> There is no error or warning when creating FOR EACH STATEMENT trigger on
> Logical Replication subscriber side, but it is not doing anything. Shouldn't
> a warning be helpful?
>
>
>
> CREATE TRIGGER se
Hi Hackers,
There is no error or warning when creating FOR EACH STATEMENT trigger on
Logical Replication subscriber side, but it is not doing anything. Shouldn't a
warning be helpful?
CREATE TRIGGER set_updated_time_trig
AFTER INSERT OR UPDATE OR DELETE ON test
FOR EACH STAT