Re: how to know which object depend of it?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: how to know which object depend of it?
Дата
Msg-id 28869.1107359374@sss.pgh.pa.us
обсуждение исходный текст
Ответ на how to know which object depend of it?  (Akbar <melinda_sayang@hotpop.com>)
Список pgsql-novice
Akbar <melinda_sayang@hotpop.com> writes:
> I try to drop some constraint.... it said ERROR: cannot drop constraint
> blablabla on table blablabla because other object depend on it...
> HINT: blablabla

> How do I know which object depend on this constraint?

Read the NOTICEs that came out just before the ERROR.  (If you are using
client software that drops NOTICE messages on the floor, use something
else.)

            regards, tom lane

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

Предыдущее
От: Mitch Pirtle
Дата:
Сообщение: Re: some help
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Last ID Problem