Re: SQL-Invoked Procedures for 8.1

Поиск
Список
Период
Сортировка
От Peter Mount
Тема Re: SQL-Invoked Procedures for 8.1
Дата
Msg-id 4153D31F.2040807@retep.org.uk
обсуждение исходный текст
Ответ на Re: SQL-Invoked Procedures for 8.1  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: SQL-Invoked Procedures for 8.1  (Greg Stark <gsstark@mit.edu>)
Список pgsql-hackers
Tom Lane wrote:

>One interesting point is whether it's possible for one procedure to call
>another, and if so what that means for the semantics.  Is the inner
>procedure allowed to commit a transaction started by the outer one?
>  
>
Usually yes a procedure can call another, and it's extremely useful to 
do so. I'm not so sure about the semantics with transactions, but 
personally I wouldn't like to see a procedure be able to commit the 
transaction of it's caller.

Peter



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

Предыдущее
От: Maarten Boekhold
Дата:
Сообщение: Re: SQL-Invoked Procedures for 8.1
Следующее
От: Peter Mount
Дата:
Сообщение: Re: SQL-Invoked Procedures for 8.1