PostgreSQL Lock Conflicts
Database engineering course
|
@hnasr
|
☕
ShareLock
The ShareLock lock is a Table lock. This list shows the commands that acquire ShareLock and what locks conflicts with it.
The following commands acquire ShareLock Table lock
CREATE INDEX
The following are table locks conflicting with ShareLock
RowExclusiveLock
ShareUpdateExclusiveLock
ShareRowExclusiveLock
ExclusiveLock
AccessExclusiveLock