basic stored proc/transaction question

Поиск
Список
Период
Сортировка
От Ben
Тема basic stored proc/transaction question
Дата
Msg-id Pine.LNX.4.64.0603240932140.15001@localhost.localdomain
обсуждение исходный текст
Ответы Re: basic stored proc/transaction question
Список pgsql-general
My understanding is that a stored procedure does an implicit begin/commit when
it executes. Maybe my brain isn't working so well this morning, because I can't
figure out how I would do:

begin;
call stored proc;
call another stored proc;
commit;

It seems that the transaction would be committed after the first call.

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