Richard Loveland (rmloveland) commented: E.g., something similar to the [PG locking docs](https://www.postgresql.org/docs/13/explicit-locking.html) See also: - [Indexes](https://www.cockroachlabs.com/docs/v21.1/indexes.html#locking) - [Oracle Migration](https://www.cockroachlabs.com/docs/stable/migrate-from-oracle.html#transactions-locking-and-concurrency-control) - [SELECT ... FOR UPDATE](https://www.cockroachlabs.com/docs/v21.1/select-for-update) - cockroachdb/docs#11102 Jira Issue: DOC-1463