LOCK TABLE statement - Mailing list pgsql-hackers

From Jose' Soares Da Silva
Subject LOCK TABLE statement
Date
Msg-id Pine.LNX.3.96.980422145550.1762A-100000@proxy.bazzanese.com
Whole thread Raw
Responses Re: [HACKERS] LOCK TABLE statement
List pgsql-hackers
Hi, all

   Is the following sentence true ?

   * LOCK TABLE statement don't allows read access to locked tables by
     the other users.
     If another user try to SELECT a locked table, he must attend
     until the locked table is released.

   I have heard about another syntax of LOCK TABLE that allows read access
   to locked tables, on v6.3.2.
   Is it true or I've dream ?
                                                     Thanks, Jose'


pgsql-hackers by date:

Previous
From: The Hermit Hacker
Date:
Subject: Here's a new one ...
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Re: [QUESTIONS] How to use memory instead of hd?