Triggers on bdr.bdr_nodes?

From: Daniel Smedegaard Buus <danielbuus(at)gmail(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Triggers on bdr.bdr_nodes?
Date: 2015-08-31 08:54:58
Message-ID: CAHnuAexmKCSvp5GZh8j1yWf3yKo-COpTBKnpQJD-X_BbGVG1=A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi :)

I sent a similar mail three days ago, but never saw it appear on the
list. I'm thinking now it might have been because of the mail being
HTML, so here's another one in plain text.

Anyway, my question is this. It seems that while I can put a trigger
on e.g. "AFTER INSERT ON bdr.bdr_nodes" my function is only triggered
if I myself do an INSERT on the table. That is, when BDR itself
updates the table, there's no triggering being done.

Is there any way to get a trigger on this table? I'd like to run a
function when a node joins or leaves...

TIA,
Daniel :)

Browse pgsql-novice by date

  From Date Subject
Next Message Vilches, Alejandro 2015-09-03 17:35:40 Trouble including pg_type.h
Previous Message Daniel Smedegaard Buus 2015-08-28 07:04:23 Triggers on replicated (BDR) data