Re: Is function atomic?

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Is function atomic?
Дата
Msg-id Pine.LNX.4.30.0107061811060.679-100000@peter.localdomain
обсуждение исходный текст
Ответ на Is function atomic?  (Wei Weng <wweng@kencast.com>)
Ответы Re: Is function atomic?  (Wei Weng <wweng@kencast.com>)
Список pgsql-sql
Wei Weng writes:

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

SQL statements issued by server-side functions operate with the same
transaction isolation semantics as "normal" SQL statements.  However,
whatever the function does outside the database may obviously have
different semantics.

-- 
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter



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

Предыдущее
От: Roberto Mello
Дата:
Сообщение: PL/TclU
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: PL/TclU