Deadlock problems - Mailing list pgsql-general

From Chris Bitmead
Subject Deadlock problems
Date
Msg-id 374BFBA7.905E803C@bigfoot.com
Whole thread Raw
In response to Announce: free Perl AddressBook  (Fabrice Scemama <fabrice.scemama@gesnet.net>)
List pgsql-general
I'm not using any explicit transactions when I use Postgres. I would
have thought this would exclude me from deadlock problems. After all, If
I never have explicit transactions, it's not obvious that you would be
holding locks.

Can I turn off locks altogether? Basicly I'm just dynamically generating
web pages with various joins out of postgres. But even if these simple
queries can cause deadlocks, well it just doesn't work, and performance
dies. It would seem crazy if I had to worry a lot about locks just to do
web page generation/queries.

If it matters, I'm using a 6.5 beta with Perl.

pgsql-general by date:

Previous
From: AIS
Date:
Subject: psql and -f
Next
From: johan.granlund@solid.se
Date:
Subject: Re: [GENERAL] So slow inserts... Why?