Complete instruction in a trigger

Поиск
Список
Период
Сортировка
От Wilton
Тема Complete instruction in a trigger
Дата
Msg-id 41F8DCBB.3040707@microwork.inf.br
обсуждение исходный текст
Ответы Re: Complete instruction in a trigger  (Richard Huxton <dev@archonet.com>)
Список 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 по дате отправления:

Предыдущее
От: "Clint Stotesbery"
Дата:
Сообщение: Re: Moving from Transact SQL to PL/pgSQL
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Complete instruction in a trigger