Re: [HACKERS] LOCK command
Vadim B. Mikheev <vadim@sable.krasnoyarsk.su>
From: "Vadim B. Mikheev" <vadim@sable.krasnoyarsk.su>
To: Bruce Momjian <maillist@candle.pha.pa.us>
Cc: PostgreSQL-development <hackers@postgreSQL.org>
Date: 1998-01-23T06:55:28Z
Lists: pgsql-hackers
Bruce Momjian wrote: > > I have implemented LOCK tablename for 6.3. It just does a DELETE table > WHERE false. Unfortunately, this will be useful inside BEGIN/END only :( Vadim