<kynn(at)panix(dot)com> writes:
> 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