Re: AccessExclusiveLock on tuple?

From: Christophe Pettus <xof(at)thebuild(dot)com>
To: Bill Moran <wmoran(at)potentialtech(dot)com>
Cc: pgsql-general list <pgsql-general(at)postgresql(dot)org>
Subject: Re: AccessExclusiveLock on tuple?
Date: 2015-12-02 17:31:44
Message-ID: FE877E8B-1A19-4B69-B245-4EE34F81AF8E@thebuild.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On Dec 2, 2015, at 9:25 AM, Bill Moran <wmoran(at)potentialtech(dot)com> wrote:

> No. See the section on row level locks here:
> http://www.postgresql.org/docs/9.4/static/explicit-locking.html

That wasn't quite my question. I'm familiar with the row-level locking and the locking messages in general, but this message implies there is such a thing as an AccessExclusiveLock on a tuple, which is new to me. I wasn't able to produce this message experimentally doing various combinations of UPDATE statements and SELECT FOR UPDATEs, or even with explicit LOCK ACCESS EXCLUSIVE MODE, thus the question.

--
-- Christophe Pettus
xof(at)thebuild(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bill Moran 2015-12-02 17:50:14 Re: AccessExclusiveLock on tuple?
Previous Message Bill Moran 2015-12-02 17:25:03 Re: AccessExclusiveLock on tuple?