FK relationships

From: sarlav kumar <sarlavk(at)yahoo(dot)com>
To: pgsqlnovice <pgsql-novice(at)postgresql(dot)org>
Subject: FK relationships
Date: 2005-01-12 18:56:00
Message-ID: 20050112185600.28851.qmail@web51301.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi All,

Is there an easy way to find out the list of tables that have a FK relation on a particular table?
Say, if I have a 'customer' table, I would like to get the tables that depend on customer and not the tables on which customer depends.

Thanks,
Saranya


---------------------------------
Do you Yahoo!?
Yahoo! Mail - now with 250MB free storage. Learn more.

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Michael Fuhr 2005-01-12 19:31:07 Re: FK relationships
Previous Message Keith Worthington 2005-01-12 16:58:34 Re: Writing to dependent tables in a function