Re: [GENERAL] Pg7.4.x plpgsql trigger execution order bug

2007-06-27 Thread Tom Lane
"Luki Rustianto" <[EMAIL PROTECTED]> writes: > I've found on pg7.4.x that plpgsql trigger will not wait for finishing > one line of command before executing to the next line, specially if > that command is firing another trigger on another table. This is very > wrong on my point of view. This only

[GENERAL] Pg7.4.x plpgsql trigger execution order bug

2007-06-27 Thread Luki Rustianto
Hi All, I've found on pg7.4.x that plpgsql trigger will not wait for finishing one line of command before executing to the next line, specially if that command is firing another trigger on another table. This is very wrong on my point of view. This only happen on pg7. To check: (create master and