locking tables

From: Marcin Mazurek <M(dot)Mazurek(at)poznan(dot)multinet(dot)pl>
To: pgsql-general(at)postgresql(dot)org
Subject: locking tables
Date: 2000-09-15 00:02:57
Message-ID: 20000915020257.F4115@poznan.mtl.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2000-09-15 02:04:04 Re: Corrupt Table - Gettting Desparate
Previous Message Bryan White 2000-09-14 22:22:07 Re: Corrupt Table - Gettting Desparate