Is there any known problems by using triggers in 6.5.3 as opposed to 7.1.3?
Was there a maximum number of lines of code for a given trigger?
The problem is as follows (on 6.5.3 not 7.1.3):
I have made a function called to_text which is called from the trigger in
order to convert different kinds o
"Andras Belokosztolszki" <[EMAIL PROTECTED]> writes:
> When I use 2 or more triggers (body written in C) with trigger parameters,
> triggered within the same psql connection the backend crashes randomly.
It's hard to tell for sure from your incomplete example, but I wonder
whether you are sometim
When I use 2 or more triggers (body written in C) with trigger parameters,
triggered within the same psql connection the backend crashes randomly.
Previous triggers execute without any problems, the triggers, which should
be fired do not even start.
Postgresql version 7.1.3 (had the same problem
Hi, I have a problem I am using postgresql database and I want to enforce
>triggers between my related tables ( tables with relationship), one
table
>has a foreign key and the other the a primary key, I would like to use
>triggers to update, delete, and insert in this tables but the tabl
martin ([EMAIL PROTECTED]) reports a bug with a severity of 1
The lower the number the more severe it is.
Short Description
triggers
Long Description
Hi, I have a problem I am using postgresql database and I want to enforce
>triggers between my related tables ( tables with relationship), one