Another INSTEAD OF TRIGGER question

From: stan <stanb(at)panix(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Another INSTEAD OF TRIGGER question
Date: 2020-03-08 14:29:09
Message-ID: 20200308142909.GA20937@panix.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message stan 2020-03-08 14:31:30 Re: Another INSTEAD OF TRIGGER question
Previous Message Paul Förster 2020-03-08 08:37:35 Re: Restrict user to create only one db with a specific name