Re: How to identify trigger is called from the node where row is created

2020-07-16 Thread David G. Johnston
On Thu, Jul 16, 2020 at 1:16 AM Satish S wrote: > I have a cluster of three nodes A, B, C and I'm using postgres bdr for > replication > This isn’t the right mailing list for this topic. Core PostgreSQL doesn’t have BDR so this seems like it should be directed to whichever product is providing t

How to identify trigger is called from the node where row is created

2020-07-16 Thread Satish S
Hi, I have a cluster of three nodes A, B, C and I'm using postgres bdr for replication. I have some code to execute after a value change in the table, for this I have added a trigger. When I call POST REST API from any one of the nodes it will execute the code, and on all other nodes the trigger