Re: Question about savepoint level?

Поиск
Список
Период
Сортировка
От Japin Li
Тема Re: Question about savepoint level?
Дата
Msg-id MEYP282MB1669D215ADEE9922D9395E78B62E9@MEYP282MB1669.AUSP282.PROD.OUTLOOK.COM
обсуждение исходный текст
Ответ на Re: Question about savepoint level?  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Ответы Re: Question about savepoint level?  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Список 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 по дате отправления:

Предыдущее
От: "Drouvot, Bertrand"
Дата:
Сообщение: Re: Patch proposal: make use of regular expressions for the username in pg_hba.conf
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Some comments that should've covered MERGE