On Sat, Aug 21, 2021 at 7:13 PM Roger Mason <rmason(at)mun(dot)ca> wrote:
> I want to pass a parameter (jid) that will be different for every
> invocation of 'foo_insert'.
If jid is on the table "results" then you are good [1]. If not, how
exactly would expect that to work?
https://www.postgresql.org/docs/current/plpgsql-trigger.html#PLPGSQL-DML-TRIGGER
David J.