Обсуждение: howto find dependencies

Поиск
Список
Период
Сортировка

howto find dependencies

От
Andreas
Дата:
Hi,

howto would I find dependencies between tables and views?

I'd like to clean up a bit and there may be tables in the db that aren't
referenced anymore.


Re: howto find dependencies

От
Tom Lane
Дата:
Andreas <maps.on@gmx.net> writes:
> howto would I find dependencies between tables and views?

You could look through the pg_depend catalog to see what depends on a
particular table.

            regards, tom lane