incorrect description of Python try / except

Started by PG Bug reporting formover 2 years ago2 messagesdocs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/16/plpython-subtransaction.html
Description:

On page
https://www.postgresql.org/docs/current/plpython-subtransaction.html,
Note that the use of try/catch is still required.
should read
Note that the use of try/except is still required.

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: PG Bug reporting form (#1)
Re: incorrect description of Python try / except

PG Doc comments form <noreply@postgresql.org> writes:

On page
https://www.postgresql.org/docs/current/plpython-subtransaction.html,
Note that the use of try/catch is still required.
should read
Note that the use of try/except is still required.

Right you are. Will fix, thanks!

regards, tom lane