Re: Default Access Exclusive Lock on Update? - Mailing list pgsql-general

From seth.m.green@gmail.com
Subject Re: Default Access Exclusive Lock on Update?
Date
Msg-id 1141310221.910367.137890@i40g2000cwc.googlegroups.com
Whole thread Raw
In response to Default Access Exclusive Lock on Update?  (seth.m.green@gmail.com)
List pgsql-general
For anyone that is interested, my problem was solved on another list.
Turns out the TRUNCATE command that I run at the beginning of the SP
creates and holds an access exclusive lock on the table for the entire
duration of the SP.  I changed it to DELETE FROM and my problem was
fixed.

Full discussion here -> http://tinyurl.com/rp9jx


pgsql-general by date:

Previous
From: "William Penberthy"
Date:
Subject: Re: Using same database from XP and Linux in notebook
Next
From: Perez
Date:
Subject: xml and utf-8