Re: List of FKeys ? - Mailing list pgsql-sql

From Tom Lane
Subject Re: List of FKeys ?
Date
Msg-id 12827.1188186512@sss.pgh.pa.us
Whole thread Raw
In response to List of FKeys ?  (Andreas <maps.on@gmx.net>)
List pgsql-sql
Andreas <maps.on@gmx.net> writes:
> could I get a list of foreign keys that refer to a column?

The information_schema views constraint_column_usage and
referential_constraints might help you, or you could dive into the
underlying system catalogs.
        regards, tom lane


pgsql-sql by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Block size with pg_dump?
Next
From: Kristo Kaiv
Date:
Subject: Re: [GENERAL] table column vs. out param [1:0]