Re: [GENERAL] Read values from Trigger out

2000-02-09 Thread Nilesh A. Phadke
Hello Thomas, I have used the same thing and it does work for me I was also getting similar problems initially What does your trigger do? does it insert a tuple back into the table? if yes then that is your problem ... coz the insert will fire another trigger and this may continue endles

[GENERAL] Read values from Trigger out

2000-02-09 Thread Thomas Egge
I have created a trigger function. could somebody tell me how I get the values from the insert in the trigger function. I tried the function SPI_getvalue(trigger,tupdesc,attnum) but after starting the trigger, I become this terminating output: pqReadData() -- backend closed the channel unexpec