[BUGS] Triggers in 6.5.3

2001-12-22 Thread Nicolai
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

Re: [BUGS] triggers with parameters can cause backend crash

2001-10-23 Thread Tom Lane
"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

[BUGS] triggers with parameters can cause backend crash

2001-10-23 Thread Andras Belokosztolszki
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

[BUGS] triggers

2001-08-14 Thread Martin Kuria
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

[BUGS] triggers

2001-08-13 Thread pgsql-bugs
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