Re: funny lock mode in DropTrigger - Mailing list pgsql-hackers

From Tom Lane
Subject Re: funny lock mode in DropTrigger
Date
Msg-id 12354.1319214057@sss.pgh.pa.us
Whole thread Raw
In response to Re: funny lock mode in DropTrigger  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.com> writes:
> Ah, I also noticed that the ALTER EXTENSION and SECURITY LABEL commands
> use ShareUpdateExclusiveLock, and they failed when committed to note
> this in the 13.3 chapter of the docs.  Not sure how strict we are about
> documenting these things.  (I note COMMENT already fails to document its
> ShareUpdExcl lock).

To my mind, the list in 13.3 is only meant to cover what lock levels are
used *with tables*.  Locks applied to other kinds of objects would
probably need a different list altogether.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: funny lock mode in DropTrigger
Next
From: Andrew Dunstan
Date:
Subject: Re: Synchronized snapshots versus multiple databases