ERROR: cannot drop table because other objects depend on it

Following error received when tried to drop table from PostgreSQL server.

ERROR: cannot drop table emp because other objects depend on it DETAIL: view customer_view depends on table emp HINT: Use DROP ... CASCADE to drop the dependent objects too.

ERROR:  cannot drop table because other objects depend on it

Continue reading ERROR: cannot drop table because other objects depend on it