Re: Is function atomic?

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Wei Weng <wweng(at)kencast(dot)com>
Cc: <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Is function atomic?
Date: 2001-07-06 16:13:37
Message-ID: Pine.LNX.4.30.0107061811060.679-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Peter Eisentraut 2001-07-06 16:14:41 Re: PL/TclU
Previous Message Jeff Barrett 2001-07-06 15:41:10 create type of table