How can I look at a recursive table dependency tree?

From: Igor Katson <descentspb(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: How can I look at a recursive table dependency tree?
Date: 2009-01-19 13:08:01
Message-ID: 49747B31.4010804@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message A. Kretschmer 2009-01-19 13:36:58 Re: How can I display the contents of a function?
Previous Message Thom Brown 2009-01-19 13:07:52 Re: How can I display the contents of a function?