Lock timeout detection in postgres 7.3.1

From: Muhammad Shariq Muzaffar <shariq77(at)yahoo(dot)com>
To: pgsql-novice(at)postgresql(dot)org, pgsql-admin(at)postgresql(dot)org
Subject: Lock timeout detection in postgres 7.3.1
Date: 2003-02-05 10:10:51
Message-ID: 20030205101051.3917.qmail@web41115.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-novice

Hi
I have recently migrated my database from MS Sql
Server to postgresql 7.3.1. In MS SQL SERVER, it is
very easy to set the lock time equals to zero on ROW
LEVEL. So that if some other user try to access the
same data, he/she will get the error immediately. I
have tried to run the same code through VB 6.0
(windows) using pgsql as database on RED HAT LINUX
8.0, the only problem i am facing is when ever a user
try to access a pre LOCKED ROW, the program goes into
halt until the first user executes ROLLBACK or COMMIT.

Is there any way to set the LOCK TIME equals to ZERO
in postgresql 7.3.1?

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

Browse pgsql-admin by date

  From Date Subject
Next Message Marcelo Pereira Tada 2003-02-05 12:21:24 Problem with VACUUM
Previous Message Jules Alberts 2003-02-05 08:24:47 Re: 7.3.1 update gives PHP libpq.so.2 problem

Browse pgsql-novice by date

  From Date Subject
Next Message Steve_Miller 2003-02-05 14:09:39 Unicode strings and data types
Previous Message Hendrik Coetzee 2003-02-05 09:17:59 Re: Need Help have problems