Re: Does the block of code in a stored procedure execute as a transaction?

Поиск
Список
Период
Сортировка
От Freddy Menjívar M.
Тема Re: Does the block of code in a stored procedure execute as a transaction?
Дата
Msg-id Law10-OE13AMDmZ5fgS0000bfba@hotmail.com
обсуждение исходный текст
Ответ на Does the block of code in a stored procedure execute as a transaction?  (<btober@seaworthysys.com>)
Ответы Re: Does the block of code in a stored procedure execute as a transaction?  (<btober@seaworthysys.com>)
Список pgsql-general
NO,
Functions and triggers doesn't start any transaction,
it must be in a upper-level transaction, this since Postgresql
doesn'n support nested transactions.
 
therefore it is unsafe in multi-user enviroments :(

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

Предыдущее
От: Eric Clark
Дата:
Сообщение: Re: truncated string problem
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: truncated string problem