Re: Lost Access To Table

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Booth, Robert" <Robert_Booth(at)intuit(dot)com>
Cc: Pgsql-General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Lost Access To Table
Date: 2002-06-04 23:28:03
Message-ID: 20023.1023233283@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Booth, Robert" <Robert_Booth(at)intuit(dot)com> writes:
> I have a strange problem. I have lost the ability to query a table. Every
> time I try to query it the system just hangs.

Please define "hang" --- is the whole system locked up, or do you just
not get a response to that query? What do you do to recover?

My bet is that there's an open transaction somewhere holding an
exclusive lock on the table ...

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2002-06-04 23:34:26 Re: Char = varchar
Previous Message Tom Lane 2002-06-04 23:15:59 Re: View vs. Statement Query Plan