Serialize transactions - Mailing list pgsql-bugs

From Ruslan A Dautkhanov
Subject Serialize transactions
Date
Msg-id 3E17AFAA.BAB68735@scn.ru
Whole thread Raw
Responses Re: Serialize transactions  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
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@scn.ru

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Table Inherit Problem
Next
From: Tom Lane
Date:
Subject: Re: Serialize transactions