diff --git a/doc/src/sgml/plpython.sgml b/doc/src/sgml/plpython.sgml index 99b086dc2c..f42c17e6fb 100644 --- a/doc/src/sgml/plpython.sgml +++ b/doc/src/sgml/plpython.sgml @@ -1,4 +1,4 @@ - + PL/Python - Python Procedural Language @@ -105,7 +105,7 @@ def __plpython_procedure_myfunc_23456(): If the TD["when"] is BEFORE, you may return None or "OK" from the Python function to indicate the row is unmodified, - "SKIP" to abort the event, or "MODIFIED" to + "SKIP" to abort the event, or "MODIFY" to indicate you've modified the row.