Re: [GENERAL] Problem dropping a table

2006-05-09 Thread Tom Lane
Dan Armbrust <[EMAIL PROTECTED]> writes: > I have a java application that is trying to dynamically drop a set of > tables. Problem is, when it gets to a particular table and I execute > the "drop table foo cascade" command from a prepared statement, the > query never returns. It just hangs ind

[GENERAL] Problem dropping a table

2006-05-09 Thread Dan Armbrust
I have a java application that is trying to dynamically drop a set of tables. Problem is, when it gets to a particular table and I execute the "drop table foo cascade" command from a prepared statement, the query never returns. It just hangs indefinitely. I presume that it is waiting on a lo