Re: [GENERAL] Supported plpgsql BEFORE ... EACH ROW behavior

2007-02-23 Thread Karl O. Pinc
On 02/23/2007 02:03:25 AM, Richard Huxton wrote: Karl O. Pinc wrote: I want to write a plpgsql function for use as a BEFORE ... EACH ROW function. I want to modify other tables even when the function returns NULL and therefore the table on which the BEFORE trigger is defined is not updated.

Re: [GENERAL] Supported plpgsql BEFORE ... EACH ROW behavior

2007-02-23 Thread Richard Huxton
Karl O. Pinc wrote: Hi, I want to write a plpgsql function for use as a BEFORE ... EACH ROW function. I want to modify other tables even when the function returns NULL and therefore the table on which the BEFORE trigger is defined is not updated. Sorry for being paranoid about this but I wan

[GENERAL] Supported plpgsql BEFORE ... EACH ROW behavior

2007-02-22 Thread Karl O. Pinc
Hi, I want to write a plpgsql function for use as a BEFORE ... EACH ROW function. I want to modify other tables even when the function returns NULL and therefore the table on which the BEFORE trigger is defined is not updated. Can I count on this behavior being supported in the future? There's