Re: [GENERAL] Postgres concurrency : urgent

From: Vadim Mikheev <vadim(at)krs(dot)ru>
To: Marcin Inkielman <marn(at)wsisiz(dot)edu(dot)pl>
Cc: V Krishnaraj <kimi(at)intercept(dot)co(dot)in>, pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] Postgres concurrency : urgent
Date: 1999-11-12 01:25:15
Message-ID: 382B6C7B.77C57F5A@krs.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Marcin Inkielman wrote:
>
> I 'm using :
>
> LOCK <<tablename>> IN ACCESS EXCLUSIVE MODE;
^^^^^^
This blocks concurrent read access - is it what you really want?

> to control concurrent transactions - it works for me
> (postgres 6.5.2)

Vadim

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dean Jones 1999-11-12 04:27:29 Database Creation Help
Previous Message Vadim Mikheev 1999-11-12 01:23:17 Re: [GENERAL] Postgres concurrency : urgent