Re: transaction blocking inserts in postgresql 7.3 - Mailing list pgsql-general

From Richard Huxton
Subject Re: transaction blocking inserts in postgresql 7.3
Date
Msg-id 200303261128.53428.dev@archonet.com
Whole thread Raw
In response to Re: transaction blocking inserts in postgresql 7.3  ("Chris Hutchinson" <chris@hutchinsonsoftware.com>)
List pgsql-general
On Wednesday 26 Mar 2003 9:59 am, Chris Hutchinson wrote:
> I'm curious why postgres should be blocking like this, as the foreign key
> constraint is presumably read-based.

Actually, I believe it's a write lock (which is the cause of the problem).
What it actually needs to be is a "prevent writes" lock but there is no such
thing at the moment.

--
  Richard Huxton


pgsql-general by date:

Previous
From: "Chris Hutchinson"
Date:
Subject: Re: transaction blocking inserts in postgresql 7.3
Next
From: Csaba Nagy
Date:
Subject: Re: transaction blocking inserts in postgresql 7.3