Locking a table... - Mailing list pgsql-jdbc

From Scott Burgess
Subject Locking a table...
Date
Msg-id DLELKHDCKFAMDPPOAPGGOEHDCAAA.ScottBurgess@diamondkey.com
Whole thread Raw
Responses Re: Locking a table...  (Dave Cramer <Dave@micro-automation.net>)
List 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.


pgsql-jdbc by date:

Previous
From: Chantal Ackermann
Date:
Subject: Re: syslog problem (was: retrieving configuration of an existing database)
Next
From: arun vc
Date:
Subject: problem in resultset relative method