Can a nested function determine it is being called within a trigger? - Mailing list pgsql-general

From Basil Bourque
Subject Can a nested function determine it is being called within a trigger?
Date
Msg-id D0A4B03B-9374-4F7E-A775-84C194BEE3FC@me.com
Whole thread Raw
Responses Re: Can a nested function determine it is being called within a trigger?
List pgsql-general
When a trigger calls a function, that function can determine if it is being called from within a trigger by testing for
avalue in the special variable "TG_OP". 

But what if a trigger calls a function that calls a 2nd function via the "PERFORM" command? Can that 2nd function tell
ifit is being run in a trigger? 

Trigger --> Function_A --> Function_B

--Basil Bourque



pgsql-general by date:

Previous
From: Edison So
Date:
Subject: Help: pg_restore failure
Next
From: Adrian Klaver
Date:
Subject: Re: Help: pg_restore failure