Re: transactions surrounding extension functions

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: transactions surrounding extension functions
Дата
Msg-id Pine.LNX.4.21.0009282103560.375-100000@peter
обсуждение исходный текст
Ответ на transactions surrounding extension functions  (Forest Wilkinson <fspam@home.com>)
Список pgsql-sql
Forest Wilkinson writes:

> Does this mean that when I call a function I wrote, which is composed
> of several queries, each of those queries will be executed in its own
> transaction?

No

> Or, will the statement containing the function call be executed in its
> own transaction, thereby including all the queries composing my
> function in that same transaction?

Yes

-- 
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/



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

Предыдущее
От: Forest Wilkinson
Дата:
Сообщение: transactions surrounding extension functions
Следующее
От: Carolyn Wong
Дата:
Сообщение: Re: memory usage