Re: How can I look at a recursive table dependency tree?

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: How can I look at a recursive table dependency tree?
Дата
Msg-id 49748C07.3070701@archonet.com
обсуждение исходный текст
Ответ на How can I look at a recursive table dependency tree?  (Igor Katson <descentspb@gmail.com>)
Ответы Re: How can I look at a recursive table dependency tree?
Re: How can I look at a recursive table dependency tree?
Список pgsql-general
Igor Katson wrote:
> I want to DROP CASCADE a table, but I am afraid that amoung numerous
> recursive dependencies there will be smth, that I don't want to drop.
>
> Is there a way to watch all dependencies recursively without doing a drop?

BEGIN;
DROP CASCADE...
-- check things
ROLLBACK;

--
  Richard Huxton
  Archonet Ltd

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

Предыдущее
От: "A. Kretschmer"
Дата:
Сообщение: Re: How can I display the contents of a function?
Следующее
От: Ivan Sergio Borgonovo
Дата:
Сообщение: Re: How can I look at a recursive table dependency tree?