I just have read serializable snapshot isolation in PostgresQL and understood from it that using this isolation level DB by itself preventing so called writing skew
.
The question: is it still meaningful for DB when I mark reads with FOR UPDATE
sql postfix when it's going to be update after read?