Re: Problem with lock?

From: Bjørn T Johansen <btj(at)havleik(dot)no>
To: Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Problem with lock?
Date: 2003-09-30 10:43:50
Message-ID: 1064918629.20427.34.camel@dt-btj.dagbladet.no
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

It looks like it was a one time happening... I restarted the database
and then tried again and then it all worked like a charm.... Hmmm....

BTJ

On Tue, 2003-09-30 at 12:33, Bjørn T Johansen wrote:
> I run the following SQL before updating one table:
>
> "lock table tablename"
>
> but when I try do update the same table later on, the lock table
> command just hangs (i.e the table is already locked).
> It was my understanding that this lock was removed when I call commit
> or do I have to explicitly unlock the table somehow?
>
>
> Regards,
>
> BTJ

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Mike Mascari 2003-09-30 11:06:49 Functional index performance question
Previous Message Bjørn T Johansen 2003-09-30 10:33:31 Problem with lock?