Re: [BUGS] Bug #735: Server crash when using dynamic SQL and disabling recursion

2002-08-12 Thread Tom Lane
[EMAIL PROTECTED] writes: > Following is the example of sql script that crashes server if you > remove marked comments (this is not real code, just test one). > May be i am doing something wrong??? Changing the trigger set on a relation from within a trigger on that same relation is not a good pl

[BUGS] Bug #735: Server crash when using dynamic SQL and disabling recursion

2002-08-12 Thread pgsql-bugs
Konstantin Katuev ([EMAIL PROTECTED]) reports a bug with a severity of 1 The lower the number the more severe it is. Short Description Server crash when using dynamic SQL and disabling recursion Long Description When trying to develop trigger on plpgsql, that will update the own relation, i met