I think tgdeferrable only tells if trigger can be deferred, not if it was
actually fired deferred.
Miro
2013/2/27 Szymon Guz
>
> On 27 February 2013 10:20, Miroslav Šimulčík wrote:
>
>> Hi all,
>>
>> how can I check inside C trigger function if it was fired deferred?
>>
>> Thank you.
>>
>> Reg
On 27 February 2013 10:20, Miroslav Šimulčík wrote:
> Hi all,
>
> how can I check inside C trigger function if it was fired deferred?
>
> Thank you.
>
> Regards,
> Miro
>
I'd try tgdeferrable from Trigger struct:
http://www.postgresql.org/docs/9.2/static/trigger-interface.html
regards
Szymon
Hi all,
how can I check inside C trigger function if it was fired deferred?
Thank you.
Regards,
Miro