Re: predicate locking

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Daniel Roth <dan(dot)c(dot)roth(at)gmail(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: predicate locking
Date: 2005-06-12 15:04:02
Message-ID: 23768.1118588642@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Daniel Roth <dan(dot)c(dot)roth(at)gmail(dot)com> writes:
> But MSSQL (SQL Server) does predicate locking.

> Places a range lock on the data set, preventing other users from
> updating or inserting rows into the data set until the transaction is
> complete. This is the most restrictive of the four isolation levels.

Range locks are a far cry from general predicate locks.

regards, tom lane

PS: kindly don't email me privately while posting the same message to
the lists. You think I have time to answer things twice?

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Steph Frias 2005-06-12 20:56:24 AYUDA CON LA INSTALACION DEL POSTGRESQL
Previous Message Daniel Roth 2005-06-12 10:39:34 predicate locking