Hi, I am Manuel and I want to catch the full
sentence executed on one table, at the moment I have one function in C, that
function is invoking by
trigger, but I need to catch the full sentence, by example insert into tempo
values (1,2,?x?) or update tempo set a=2, b=?x? where a=3 or delete from tempo where a=3, nowadays I have
gotten only the data affected and of course the columns names. Somebody knows how I can get the part
about the where? , or maybe all the sentence? Thank in advanced |