| From: | Jose David Martinez Cuevas <david(at)morgana(dot)estadistica(dot)unam(dot)mx> |
|---|---|
| To: | Help on SQL <pgsql-sql(at)postgreSQL(dot)org> |
| Cc: | taral(at)mail(dot)utexas(dot)edu |
| Subject: | Once again... triggers |
| Date: | 1998-08-25 23:52:48 |
| Message-ID: | Pine.LNX.3.96.980825183509.640A-200000@morgana.estadistica.unam.mx |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-sql |
That who has seen all my questions about triggers, may say
"Once again this guy ??!!!". I hope you don't think so.
I've created, compiled, linked and executed my self-made triggers,
but there is still a problem.
When I try to use the trigger by launching a "delete-query", I get this
message:
------------
PQexec() -- Request was sent to backend, but backend closed the channel
before responding.
This probably means the backend terminated abnormally before or while
processing the request.
------------
I guess the "PQexec" function is called by the "SPI_exec" function.
But where is the problem ???
_______________________________________
David Martinez Cuevas
Direccion General de Estadistica, UNAM
Tel. 622-60-80
E-mail david(at)estadistica(dot)unam(dot)mx
----------------------------------------
| Attachment | Content-Type | Size |
|---|---|---|
| cascade.c | text/plain | 3.4 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Sergei Barbarash | 1998-08-26 06:51:50 | Indexing datetime |
| Previous Message | Walt Bigelow | 1998-08-25 22:38:45 | copying rows |