Complete instruction in a trigger - Mailing list pgsql-sql

From Wilton
Subject Complete instruction in a trigger
Date
Msg-id 41F8DCBB.3040707@microwork.inf.br
Whole thread Raw
Responses Re: Complete instruction in a trigger  (Richard Huxton <dev@archonet.com>)
List pgsql-sql
Hi...
People, i wanna know how can i know inside of a function whar the 
trigger called, i mean which instruction SQL it called.

I do not wanna know if it´s a insert, update or delete (tp_op), i need 
to know the complete instruction.

For example, i need to know something like this:

update phones set number = '9999-2222';

Do you know if maybe exists a tg_stantement?

Thanks very much... see ya


-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.7.4 - Release Date: 25/1/2005



pgsql-sql by date:

Previous
From: "Clint Stotesbery"
Date:
Subject: Re: Moving from Transact SQL to PL/pgSQL
Next
From: Richard Huxton
Date:
Subject: Re: Complete instruction in a trigger