Re: Implementing 2 different transactions in a PL/Perl function

Поиск
Список
Период
Сортировка
От Michael Glaesemann
Тема Re: Implementing 2 different transactions in a PL/Perl function
Дата
Msg-id B9241C82-DC9D-49ED-B66C-9CD3549931B4@seespotcode.net
обсуждение исходный текст
Ответ на Implementing 2 different transactions in a PL/Perl function  ("Jasbinder Singh Bali" <jsbali@gmail.com>)
Список pgsql-general
On Jul 10, 2007, at 14:41 , Jasbinder Singh Bali wrote:

> I basically want 2 independent transactions in my function so that
> 1 commits as soon as it is done and 2 doesn't
> depend on it at all.

If they're truly independent, I'd write them as two separate
functions., possibly calling both of them from within a third.

Michael Glaesemann
grzm seespotcode net



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

Предыдущее
От: "Andrej Ricnik-Bay"
Дата:
Сообщение: Re: Hyper-Trading
Следующее
От: "Jasbinder Singh Bali"
Дата:
Сообщение: Re: Implementing 2 different transactions in a PL/Perl function