PostgreSQL

object PostgreSQL

Types

Link copied to clipboard

PostgreSQL clause that acquires a shared lock for each row, but at a weaker strength than ForShare.

Link copied to clipboard

PostgreSQL clause that locks the rows retrieved, but at a weaker strength than ForUpdate.

Link copied to clipboard

PostgreSQL clause that acquires a shared lock for each row retrieved.

Link copied to clipboard

PostgreSQL clause that locks the rows retrieved as though for update.

Link copied to clipboard

Optional modes that determine what should happen if the retrieved rows are not immediately available.