When this hangs, open up a terminal window for postgres and list all the queries/connections. Hangs like this often happen because of locking. It's not technically a deadlock, so it doesn't get reported as one -- but dropping a table that another connection used/is-using will just stall everything.
-- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sqlalchemy. For more options, visit https://groups.google.com/d/optout.
