I'm trying to delete a table and create them again in PostgreSQL, but, in more than 24 hours, the command DROP TABLE or TRUNCATE don't finished.
This table have a lot of tuples (millions), but, this command don't have to be fast?
What can I do to delete this table completely?