Obsidian

Search

Search IconIcon to open search

Locking in PostgreSQL deep dive

Last updated Feb 27, 2023

# What?

Locking is a mechanism used to prevent concurrent access to shared resources such as table, rows, and transactions.

# PostgreSQL supports several types of locks

# Shared locks