Re: trigger fails

From: hubert depesz lubaczewski <depesz(at)depesz(dot)com>
To: Roger Mason <rmason(at)mun(dot)ca>
Cc: pgsql-novice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: trigger fails
Date: 2021-08-30 08:17:18
Message-ID: 20210830081718.GA8307@depesz.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Sun, Aug 29, 2021 at 09:58:09AM -0230, Roger Mason wrote:
> I have not been able to get this to work: the trigger runs and the
> trigger function is called but no new data are inserted into the target
> table. Having spent several days on this without result it is time to
> give up.

Can you provide whole, testable sql script? With create table, and test
insert, that should generate something in the target table, that is
missing?

Best regards,

depesz

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message hubert depesz lubaczewski 2021-08-30 12:09:48 Re: trigger fails
Previous Message Roger Mason 2021-08-29 12:28:09 Re: trigger fails