Re: [BUGS] 7.3 Doc Bug in plpython

2002-09-22 Thread Bruce Momjian
Patch applied. Thanks. --- elein wrote: > The valid return value should be MODIFY instead of MODIFIED. > The error message said so :-) > > In 25.3. Using PL/Python > > If the trigger "when" is BEFORE, you may ret

[BUGS] 7.3 Doc Bug in plpython

2002-09-19 Thread elein
The valid return value should be MODIFY instead of MODIFIED. The error message said so :-) In 25.3. Using PL/Python If the trigger "when" is BEFORE, you may return None or "OK" from the Python function to indicate the tuple is unmodified, "SKIP" to abort the event, or "MO