Re: DROP TRIGGER lock

2024-06-07 Thread Euler Taveira
On Fri, Jun 7, 2024, at 12:06 PM, Dull Bananas wrote: > On these pages, it should be mentioned that DROP TRIGGER acquires an ACCESS > EXCLUSIVE lock: > > https://www.postgresql.org/docs/16/explicit-locking.html#LOCKING-TABLES > > h

DROP TRIGGER lock

2024-06-07 Thread Dull Bananas
On these pages, it should be mentioned that DROP TRIGGER acquires an ACCESS EXCLUSIVE lock: https://www.postgresql.org/docs/16/explicit-locking.html#LOCKING-TABLES https://www.postgresql.org/docs/16/sql-droptrigger.html