From: | Manuel García <mgarciah(at)ife(dot)org(dot)mx> |
---|---|
To: | <pgsql-general(at)postgresql(dot)org> |
Subject: | Advice |
Date: | 2005-05-25 17:32:03 |
Message-ID: | 001a01c5614f$aa25c5c0$a018000a@mercurio |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
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
Atte. Manuel
From | Date | Subject | |
---|---|---|---|
Next Message | CSN | 2005-05-25 19:02:22 | Re: plpython error since upgrading from 7.x to 8.x |
Previous Message | Joshua D. Drake | 2005-05-25 17:26:36 | Re: triggers/functions across databases |