Serialize transactions

From: Ruslan A Dautkhanov <rusland(at)scn(dot)ru>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Serialize transactions
Date: 2003-01-05 04:08:10
Message-ID: 3E17AFAA.BAB68735@scn.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)scn(dot)ru

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2003-01-05 04:47:52 Re: Serialize transactions
Previous Message Tom Lane 2003-01-05 00:59:34 Re: Table Inherit Problem