If I SELECT... FOR UPDATE row in a transaction, it obviously blocks the row from writing, but will it also block reading? I would prefer that everything can still be read from a line, so if so, can you provide a solution for this?
SELECT... FOR UPDATE
You can read very well. There are lock modes that prevent reading, but this is not one of them.
http://www.postgresql.org/docs/current/static/explicit-locking.html
Source: https://habr.com/ru/post/923242/More articles:Failed to load CSV file into Rails application - sqliteActionBar Icons in Different Sizes - javaCreating a custom synchronization method in Backbone.js - javascriptJava generalizations are limited to parameters of a recursive type - javahow to use QGroupBox instead of QButtonGroup - qtConvert audio samples from time domain to frequency domain - fftUnable to view my own logs in Google App Engine - javaWhat are the names used in computer science for some of the following tree data types? - typesChangelog.groovy change list not found - javaWonderful. Querying with GO - sqlAll Articles