Thread
Commits
-
Doc: Python's control flow construct is try/except not try/catch.
- b83941beeb07 14.11 landed
- 76ba8a8b6314 17.0 landed
- 65218693d0c7 16.2 landed
- 54790f4b3f04 12.18 landed
- 490dee74286c 13.14 landed
- 272f857aed43 15.6 landed
-
incorrect description of Python try / except
The Post Office <noreply@postgresql.org> — 2024-01-02T22:59:31Z
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.
-
Re: incorrect description of Python try / except
Tom Lane <tgl@sss.pgh.pa.us> — 2024-01-03T17:08:25Z
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