Amit Mishra ([EMAIL PROTECTED] ) reports a bug with a severity of 2
The lower the number the more severe it is.
Short Description
pqReadData() -- backend closed the channel unexpectedly.
Long Description
i have to fire a trigger whenever insertion is done on a table users
that calls the postgres
Amit Mishra ([EMAIL PROTECTED]) reports a bug with a severity of 2
The lower the number the more severe it is.
Short Description
pqReadData() -- backend closed the channel unexpectedly.
Long Description
i have to fire a trigger whenever insertion is done on a table users
that calls the postgres
On Sat, 29 Jun 2002 [EMAIL PROTECTED] wrote:
> Short Description
> pqReadData() -- backend closed the channel unexpectedly.
>
> Long Description
> i have to fire a trigger whenever insertion is done on a table users
> that calls the postgres function which inturn calls a c function .
> wheever i
[EMAIL PROTECTED] writes:
> [ this trigger crashes the backend: ]
> void users()
> {
> FILE *fp;
> fp = fopen("/home/suresh/trigger/test.txt","w");
> fputs("Hello this is c function",fp);
> }
Triggers are supposed to return something --- especially BEFORE
triggers. See t