<kynn (AT) panix (DOT) com> writes:
Quote:
I'm trying to drop an empty table (0 records) using:
testdb=> drop table empty_table;
but psql just hangs indefinitely after I hit return. |
Sounds to me like there's another session that has an open transaction
with a lock on that table.
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo (AT) postgresql (DOT) org)