This is basically following https://www.cockroachlabs.com/docs/stable/demo-serializable.html but I've added "select now()" to show the how two sessions/transactions ...
In the previous demo we saw how the default postgres "read commited" isolation can lead to potentially confusioning results around overlapping (real time) transactions. In the previous demo we saw how ...