Thread: howto find dependencies

howto find dependencies

From
Andreas
Date:
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

From
Tom Lane
Date:
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