Re: incorrect description of Python try / except

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: gweatherby(at)uchc(dot)edu
Cc: pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: incorrect description of Python try / except
Date: 2024-01-03 17:08:25
Message-ID: 217671.1704301705@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

PG Doc comments form <noreply(at)postgresql(dot)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

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Ishaan Adarsh 2024-01-05 06:15:29 Integration of Comprehensive PostgreSQL Extension Development Tutorial
Previous Message PG Doc comments form 2024-01-02 22:59:31 incorrect description of Python try / except