We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb43576 commit 5894786Copy full SHA for 5894786
doc/src/sgml/plpgsql.sgml
@@ -2573,8 +2573,8 @@ NOTICE: row = {10,11,12}
2573
2574
<para>
2575
By default, any error occurring in a <application>PL/pgSQL</>
2576
- function aborts execution of the function, and indeed of the
2577
- 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
2578
from them by using a <command>BEGIN</> block with an
2579
<literal>EXCEPTION</> clause. The syntax is an extension of the
2580
normal syntax for a <command>BEGIN</> block:
0 commit comments