LOCK TABLE statement

From: "Jose' Soares Da Silva" <sferac(at)proxy(dot)bazzanese(dot)com>
To: hackers postgres <pgsql-hackers(at)PostgreSQL(dot)org>
Cc: questions postgres <pgsql-questions(at)PostgreSQL(dot)org>
Subject: LOCK TABLE statement
Date: 1998-04-22 15:03:32
Message-ID: Pine.LNX.3.96.980422145550.1762A-100000@proxy.bazzanese.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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'

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kent S. Gordon 1998-04-22 16:00:19 Re: [HACKERS] Re: [QUESTIONS] How to use memory instead of hd?
Previous Message Michael Meskes 1998-04-22 14:42:25 parser problem