Re: incorrect description of Python try / except

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: gweatherby@uchc.edu
Cc: pgsql-docs@lists.postgresql.org
Date: 2024-01-03T17:08:25Z
Lists: pgsql-docs
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



Commits

  1. Doc: Python's control flow construct is try/except not try/catch.