PostgreSQL: Documentation: 17: 13.2. Transaction Isolation
The SQL standard defines four levels of transaction isolation.
Read uncommitted, Read comitted, Repeatable Read (~= Snapshot isolation), and Serializable.
Read Committed is the default isolation level in PostgreSQL.
I will skip details for now, but I should have been aware of these levels for production…
bench press, kettle lift, arm curl
TODO: