Read values from Trigger out

From: Thomas Egge <teg(at)ratio(dot)de>
To: pgsql-general(at)postgreSQL(dot)org
Subject: Read values from Trigger out
Date: 2000-02-09 15:36:56
Message-ID: 00020916434500.16346@Thomy
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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 unexpectedly.
This probably means the backend terminated abnormally
before or while processing the request.
We have lost the connection to the backend, so further processing is impossible. Terminating.

thank's for your help
--
Thomas Egge

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Nilesh A. Phadke 2000-02-09 17:28:38 Re: [GENERAL] Read values from Trigger out
Previous Message LIVIU ILIE 2000-02-09 15:25:25 (no subject)