Re: ACCESS EXCLUSIVE LOCK - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: ACCESS EXCLUSIVE LOCK
Date
Msg-id 20060302134322.GA5404@surnet.cl
Whole thread Raw
In response to ACCESS EXCLUSIVE LOCK  (seth.m.green@gmail.com)
List pgsql-hackers
seth.m.green@gmail.com wrote:
> This may be a newbie question, but according to the 7.4 docs, an ACCESS
> EXCLUSIVE lock is only acquired by the ALTER TABLE, DROP TABLE,
> REINDEX, CLUSTER, and VACUUM FULL commands.
> 
> However, when viewing pg_locks during the execution of a stored
> procedure that does not perform any of the above commands, I see that
> the table it is working on is locked by ACCESS EXCLUSIVE.

Is the SP executing a LOCK TABLE perchance?

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


pgsql-hackers by date:

Previous
From: Christopher Browne
Date:
Subject: Re: Automatic free space map filling
Next
From: Andrew - Supernews
Date:
Subject: Re: ACCESS EXCLUSIVE LOCK