Re: Question about savepoint level? - Mailing list pgsql-hackers

From Japin Li
Subject Re: Question about savepoint level?
Date
Msg-id MEYP282MB1669D215ADEE9922D9395E78B62E9@MEYP282MB1669.AUSP282.PROD.OUTLOOK.COM
Whole thread Raw
In response to Re: Question about savepoint level?  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Responses Re: Question about savepoint level?  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
List pgsql-hackers
On Mon, 24 Oct 2022 at 17:56, Alvaro Herrera <alvherre@alvh.no-ip.org> wrote:
> This has already been discussed:
> https://postgr.es/m/1317297307-sup-7945@alvh.no-ip.org

Sorry for my lazy search.

> Now that we have transaction-controlling procedures, I think the next
> step is to add the SQL-standard feature that allows savepoint level
> control for them, which would make the savepointLevel no longer dead
> code.

So the savepoint level is used for CREATE PROCEDURE ... OLD/NEW SAVEPOINT LEVEL
syntax [1], right?

[1] https://www.ibm.com/docs/en/db2/10.1.0?topic=statements-create-procedure-sql

-- 
Regrads,
Japin Li.
ChengDu WenWu Information Technology Co.,Ltd.



pgsql-hackers by date:

Previous
From: "Drouvot, Bertrand"
Date:
Subject: Re: Patch proposal: make use of regular expressions for the username in pg_hba.conf
Next
From: Alvaro Herrera
Date:
Subject: Re: Some comments that should've covered MERGE