how to get dependancies of a table?

Поиск
Список
Период
Сортировка
От nobs@nobswolf.info (Emil Obermayr)
Тема how to get dependancies of a table?
Дата
Msg-id 20080707081801.GB4029@nobswolf.info
обсуждение исходный текст
Ответы Re: how to get dependancies of a table?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice
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?

В списке pgsql-novice по дате отправления:

Предыдущее
От: Miernik
Дата:
Сообщение: how to create a function in plpgsql which picks the name of a variable which is NULL out of a list of variables?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: how to get dependancies of a table?