PostgreSQL Lock Conflicts
Database engineering course
|
@hnasr
|
☕
AccessShareLock
The AccessShareLock lock is a Table lock. This list shows the commands that acquire AccessShareLock and what locks conflicts with it.
The following commands acquire AccessShareLock Table lock
SELECT
COPY TO
ALTER TABLE ADD FOREIGN KEY (PARENT)
The following are table locks conflicting with AccessShareLock
AccessExclusiveLock