Re: Question about savepoint level?

From: Japin Li <japinli(at)hotmail(dot)com>
To: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Cc: Richard Guo <guofenglinux(at)gmail(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Question about savepoint level?
Date: 2022-10-24 10:33:40
Message-ID: MEYP282MB1669D215ADEE9922D9395E78B62E9@MEYP282MB1669.AUSP282.PROD.OUTLOOK.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On Mon, 24 Oct 2022 at 17:56, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)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.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2022-10-24 10:59:06 Re: Some comments that should've covered MERGE
Previous Message Drouvot, Bertrand 2022-10-24 10:17:47 Re: Patch proposal: make use of regular expressions for the username in pg_hba.conf