Re: How can I look at a recursive table dependency tree?
В списке pgsql-general по дате отправления:
| От | Ivan Sergio Borgonovo |
|---|---|
| Тема | Re: How can I look at a recursive table dependency tree? |
| Дата | |
| Msg-id | 20090119153015.49e98533@dawn.webthatworks.it обсуждение исходный текст |
| Ответ на | Re: How can I look at a recursive table dependency tree? (Richard Huxton <dev@archonet.com>) |
| Ответы |
Re: How can I look at a recursive table dependency tree?
|
| Список | pgsql-general |
On Mon, 19 Jan 2009 14:19:51 +0000 Richard Huxton <dev@archonet.com> wrote: > 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; Isn't it going to be a pretty expensive way to see? Is the default log level enough to take note of the things that will be touched? (including eg. sequences, indexes etc...)? -- Ivan Sergio Borgonovo http://www.webthatworks.it
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера