Postgresql number of command

From: Wilton <wilton(dot)wonrath(at)microwork(dot)inf(dot)br>
To: pgsql-sql(at)postgresql(dot)org
Subject: Postgresql number of command
Date: 2005-01-26 17:43:24
Message-ID: 41F7D6BC.6090402@microwork.inf.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi... People

I would like to know if inside of a function that has been called by
a trigger, what instruction the SQL called, i do not wanna know if it´s
a insert or a update or a delete (tg_op)... i need the full instruction.

For example:

I wanna know the number of the instruction:

update telefone set numero = '9999-2222';

Thanks, and sorry if it´s not here to put the message... just say me
where i need to write this question... Thank you very much

Wilton Ruffato Wonrath

--
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

Browse pgsql-sql by date

  From Date Subject
Next Message Josh Berkus 2005-01-26 18:05:34 Re: working with multidimensional arrays in plpgsql
Previous Message Richard Huxton 2005-01-26 17:39:08 Re: same question little different test MSSQL vrs Postgres