Hello all,
I have sometimes (rarely, once per some days) error during
executting different queries in PostgreSQL:
ERROR: Can't serialize access due to concurrent update
All my transactions use
SET TRANSACTION ISOLATION LEVEL SERIALIZABLE
I can't found nothing about this problem in the html-docs sql-set-transaction.html .
Why this happen? How to solve this problem?
Thanks a lot.
--
best regards,
Ruslan A Dautkhanov rusland(at)scn(dot)ru