Re: Is function atomic?

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Is function atomic?
Дата
Msg-id 003601c1063a$ea739e00$1001a8c0@archonet.com
обсуждение исходный текст
Ответ на Is function atomic?  (Wei Weng <wweng@kencast.com>)
Список pgsql-sql
From: "Wei Weng" <wweng@kencast.com>

> If it is not, is it possible to acquire a lock on a row ? how about a
> lock on a table?

All functions take place within a transaction, but since PG doesn't support
nested transactions yet you can't roll back the effects of a nested
function.

- Richard Huxton



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

Предыдущее
От: Wei Weng
Дата:
Сообщение: Re: Is function atomic?
Следующее
От: Wei Weng
Дата:
Сообщение: Re: Is function atomic?