locking tables - Mailing list pgsql-general

From Marcin Mazurek
Subject locking tables
Date
Msg-id 20000915020257.F4115@poznan.mtl.pl
Whole thread Raw
List pgsql-general
Hi,
I have a table desribing some task to do on the remote machines.
I want to allow access to that table to one person at the time, not to allow
data corruption. So one person gets some data; do some task on remote
machine (time consuming), changes that data; releases table.
What would be better to use exclusive locks on table or maybe something
else?
tia
maz

Marcin Mazurek

--
Kierownik Działu Systemowego
MULTINET SA o/Poznan
http://www.multinet.pl/

pgsql-general by date:

Previous
From: "Bryan White"
Date:
Subject: Re: Corrupt Table - Gettting Desparate
Next
From: Tom Lane
Date:
Subject: Re: Corrupt Table - Gettting Desparate