Re: AccessExclusiveLock on tuple? - Mailing list pgsql-general

From Christophe Pettus
Subject Re: AccessExclusiveLock on tuple?
Date
Msg-id 81522478-1A6A-4B1C-A9F5-5FCDD70D4F8A@thebuild.com
Whole thread Raw
In response to Re: AccessExclusiveLock on tuple?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: AccessExclusiveLock on tuple?  (rob stone <floriparob@gmail.com>)
List pgsql-general
On Dec 2, 2015, at 10:29 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> The short answer is that heavyweight tuple locks can be taken internally
> by UPDATE, DELETE, and other row-level operations, and the specifics of
> which type of lock any given action takes are implementation details that
> can change from time to time.

Great, thank you!

--
-- Christophe Pettus
   xof@thebuild.com



pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: AccessExclusiveLock on tuple?
Next
From: David Steele
Date:
Subject: Re: Pgbasebackup help