Thread

  1. LOCK command

    Bruce Momjian <maillist@candle.pha.pa.us> — 1998-01-23T00:09:05Z

    I have implemented LOCK tablename for 6.3.  It just does a DELETE table
    WHERE false.
    
    -- 
    Bruce Momjian
    maillist@candle.pha.pa.us
    
    
  2. Re: [HACKERS] LOCK command

    Vadim B. Mikheev <vadim@sable.krasnoyarsk.su> — 1998-01-23T06:55:28Z

    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
    
    
  3. Re: [HACKERS] LOCK command

    Bruce Momjian <maillist@candle.pha.pa.us> — 1998-01-23T14:58:07Z

    > 
    > 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
    > 
    > 
    
    Well, if they issue a LOCK outside a transaction, it doesn't do
    anything.  To be usefull outside a transaction, we would have to have a
    LOCK/UNLOCK command, and I am not at that point yet.
    
    -- 
    Bruce Momjian
    maillist@candle.pha.pa.us