Permission denied: LOCK TABLE test.__proc IN ACCESS SHARE MODE - Mailing list pgsql-admin

From
Subject Permission denied: LOCK TABLE test.__proc IN ACCESS SHARE MODE
Date
Msg-id 200605060144.k461i8S04751@panix3.panix.com
Whole thread Raw
Responses Re: Permission denied: LOCK TABLE test.__proc IN ACCESS SHARE MODE  (Alvaro Herrera <alvherre@commandprompt.com>)
Re: Permission denied: LOCK TABLE test.__proc IN ACCESS SHARE MODE  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-admin

When I run pg_dump I get this error:

pg_dump: SQL command failed
pg_dump: Error message from server: ERROR:  permission denied for schema test
pg_dump: The command was: LOCK TABLE test.__proc IN ACCESS SHARE MODE

I can't find out what transaction is responsible for this lock.  When
I look at the pg_locks table, I see only two locks, and they both seem
to be due to the fact that I am interacting with psql at the moment,
and this interaction is in no way directed to the database I'm trying
to dump.

Is there a way for me to find out the transaction responsible for the
lock that's causing the error message?  If so, how can I kill this
transaction?


kj

pgsql-admin by date:

Previous
From: "Vadim Pestovnikov"
Date:
Subject: handling errors of os.error module
Next
From: Alvaro Herrera
Date:
Subject: Re: Permission denied: LOCK TABLE test.__proc IN ACCESS SHARE MODE