Hello,

This issue is resolved.
I was using the wrong struct.

Peter


Tom Lane wrote:

peter Willis <[EMAIL PROTECTED]> writes:


I have a trigger function written in C.
...
Since the trigger is called after each row update the actual row data
should be available in some way to the trigger.



Sure: tg_trigtuple or tg_newtuple depending on which state you want. See http://www.postgresql.org/docs/8.0/static/trigger-interface.html

                        regards, tom lane







---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faq

Reply via email to