Commit 2f17fe43 authored by Bruce Momjian's avatar Bruce Momjian

doc: simplify wording of function error affects

Reported-by: bob.henkel@gmail.com

Discussion: https://postgr.es/m/160324449781.693.8298142858847611071@wrigleys.postgresql.org

Backpatch-through: 9.5
parent e9661f2b
......@@ -2670,8 +2670,8 @@ NOTICE: row = {10,11,12}
<para>
By default, any error occurring in a <application>PL/pgSQL</application>
function aborts execution of the function, and indeed of the
surrounding transaction as well. You can trap errors and recover
function aborts execution of the function and the
surrounding transaction. You can trap errors and recover
from them by using a <command>BEGIN</command> block with an
<literal>EXCEPTION</literal> clause. The syntax is an extension of the
normal syntax for a <command>BEGIN</command> block:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment