Re: what could be blocking an insertion?

From: Sascha Bohnenkamp <asbohnenkamp(at)gmx(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: what could be blocking an insertion?
Date: 2007-11-05 11:11:25
Message-ID: 5p8c2tFpre14U1@mid.individual.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> There were other JDBC clients but they never
> lock any tables. They all used transactions with the serializable isolation level.

If you have concurrent access and some isolation you have locking.
If two inserts/updates try to change the same data (even via
triggers/rules) you get a failed commit.

maybe tis helps

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Sam Mason 2007-11-05 12:28:33 Re: Would an index benefit select ... order by?
Previous Message rihad 2007-11-05 06:09:12 Re: Would an index benefit select ... order by?