Monday, July 7, 2008

[NOVICE] how to get dependancies of a table?

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?

--
Sent via pgsql-novice mailing list (pgsql-novice@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-novice

No comments: