Re: All ops on one particular table cause a hang? - Mailing list pgsql-admin

From Tom Lane
Subject Re: All ops on one particular table cause a hang?
Date
Msg-id 28913.1095629830@sss.pgh.pa.us
Whole thread Raw
In response to All ops on one particular table cause a hang?  (Robb Shecter <robb@acm.org>)
Responses Re: All ops on one particular table cause a hang?
List pgsql-admin
Robb Shecter <robb@acm.org> writes:
> I just created a table, but now cannot access it or even drop it.  I can
> access all the other tables in the database just fine.  But any client
> command or app (like pg_dumpall) that references this new table hang.

Maybe you've got a session that is holding an exclusive lock on that
table?

            regards, tom lane

pgsql-admin by date:

Previous
From: Robb Shecter
Date:
Subject: All ops on one particular table cause a hang?
Next
From: Robb Shecter
Date:
Subject: Re: All ops on one particular table cause a hang?