Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit209e8e4

Browse files
committed
doc: simplify wording of function error affects
Reported-by: bob.henkel@gmail.comDiscussion:https://postgr.es/m/160324449781.693.8298142858847611071@wrigleys.postgresql.orgBackpatch-through: 9.5
1 parentbaad9ad commit209e8e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/plpgsql.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2607,8 +2607,8 @@ NOTICE: row = {10,11,12}
26072607

26082608
<para>
26092609
By default, any error occurring in a <application>PL/pgSQL</application>
2610-
function aborts execution of the function, and indeed of the
2611-
surrounding transaction as well. You can trap errors and recover
2610+
function aborts execution of the function and the
2611+
surrounding transaction. You can trap errors and recover
26122612
from them by using a <command>BEGIN</command> block with an
26132613
<literal>EXCEPTION</literal> clause. The syntax is an extension of the
26142614
normal syntax for a <command>BEGIN</command> block:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp