Locking a table...

From: "Scott Burgess" <ScottBurgess(at)diamondkey(dot)com>
To: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Locking a table...
Date: 2002-05-03 07:26:22
Message-ID: DLELKHDCKFAMDPPOAPGGOEHDCAAA.ScottBurgess@diamondkey.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi,
Quick question: In my Java app, when a database table is locked (LOCK TABLE
tablename), if I go to access / change something in this table while it's
locked, I get an error message back saying the relation does not exist, yet
as soon as the lock is released, the java app works fine again.

Is this supposed to work this way? Is it a JDBC specification or specific to
the Postgres implementation?

Thanks in advance,

Scott Burgess.

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message arun vc 2002-05-03 07:49:24 problem in resultset relative method
Previous Message Joe Shevland 2002-05-02 03:21:53 Re: JDBC 3.0