Re: Trigger function

From: "Nicolas Mitchell" <mitchelln(at)posteo(dot)net>
To: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
Cc: "hubert depesz lubaczewski" <depesz(at)depesz(dot)com>, pgsql-novice(at)lists(dot)postgresql(dot)org
Subject: Re: Trigger function
Date: 2021-07-27 23:06:29
Message-ID: 719F5BCE-DC7E-4791-BD82-3CA6A381F84C@posteo.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On 27 Jul 2021, at 23:15, David G. Johnston wrote:

> On Tuesday, July 27, 2021, David G. Johnston <david(dot)g(dot)johnston(at)gmail(dot)com>
> wrote:
>
>>
>> When you write a trigger for a table you should be executing commands
>> against the same table.
>>
>
> Should [NOT] be executing [data changing] commands against the same table.

Crumbs, but thank you. Digesting now.

Nic

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message David G. Johnston 2021-07-27 23:19:57 Re: Trigger function
Previous Message Nicolas Mitchell 2021-07-27 23:04:03 Re: Trigger function