I want to delete a table and get the message
ERROR: cannot drop table dummyblabla because other objects
depend on it
HINT: Use DROP ... CASCADE to drop the dependent objects too.
Cascading is a little bit risky so I want to avoid that.
Instead I would prefer to see the dependancies. I have no idea where to
look.
Any hints or ideas?