Re: Another INSTEAD OF TRIGGER question

From: Rob Sargent <robjsargent(at)gmail(dot)com>
To: stan <stanb(at)panix(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Another INSTEAD OF TRIGGER question
Date: 2020-03-08 14:33:58
Message-ID: 3613B988-9C67-45A3-B42A-2D6DE6B85ADB@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> On Mar 8, 2020, at 8:31 AM, stan <stanb(at)panix(dot)com> wrote:
>
> On Sun, Mar 08, 2020 at 10:29:09AM -0400, stan wrote:
>> Still working on updateable views.
>>
>> Wish list item, a way to see the entire query that caused the trigger to
>> fire.
>>
>> Now on to something i hope I can get. Can I see what the verb that caused
>> the trigger to fire is? IE UPDATE, INSERT, DELETE?
>>
>> --
>> "They that would give up essential liberty for temporary safety deserve
>> neither liberty nor safety."
>> -- Benjamin Franklin
>>
>>
>
> OH, what was I thinking, that is controled by the trigger.
>
> --
> "They that would give up essential liberty for temporary safety deserve
> neither liberty nor safety."
> -- Benjamin Franklin
>
Or that is what controls which trigger is fired.
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Sándor Daku 2020-03-08 14:56:56 Re: Another INSTEAD OF TRIGGER question
Previous Message stan 2020-03-08 14:31:30 Re: Another INSTEAD OF TRIGGER question