[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
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