Re: Procedure support improvements

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Procedure support improvements
Дата
Msg-id 9461.1566843290@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Procedure support improvements  (Laurenz Albe <laurenz.albe@cybertec.at>)
Ответы Re: Procedure support improvements
Re: Procedure support improvements
Список pgsql-jdbc
Laurenz Albe <laurenz.albe@cybertec.at> writes:
> Dave Cramer wrote:
> test=> BEGIN;
> BEGIN
> test=> CALL testproc();
> ERROR:  invalid transaction termination
> CONTEXT:  PL/pgSQL function testproc() line 1 at COMMIT

> What is the rationale for this?

A procedure shouldn't be able to force commit of the surrounding
transaction.

As Dave noted, what would be nicer is for procedures to be able
to start and commit autonomous transactions, without affecting
the state of the outer transaction.  We haven't got that though,
and it looks like a lot of work to get there.

            regards, tom lane



В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Laurenz Albe
Дата:
Сообщение: Re: Procedure support improvements
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: Procedure support improvements