Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5894786

Browse filesBrowse files
committed
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
1 parent eb43576 commit 5894786
Copy full SHA for 5894786

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎doc/src/sgml/plpgsql.sgml

Copy file name to clipboardExpand all lines: doc/src/sgml/plpgsql.sgml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2573,8 +2573,8 @@ NOTICE: row = {10,11,12}
25732573

25742574
<para>
25752575
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
2576+
function aborts execution of the function and the
2577+
surrounding transaction. You can trap errors and recover
25782578
from them by using a <command>BEGIN</> block with an
25792579
<literal>EXCEPTION</> clause. The syntax is an extension of the
25802580
normal syntax for a <command>BEGIN</> block:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.