"A. Kretschmer" <andreas(dot)kretschmer(at)schollglas(dot)com> writes:
> am Wed, dem 10.01.2007, um 8:23:28 -0800 mailte Ashish Karalkar folgendes:
>> Is there any means to list out the foreign key tables
>> which are liked with a primary key?
> Take a look into the pg_depend - table.
I think there's an information_schema view that would give you this
without getting so cozy with implementation details as to look in
pg_depend ...
regards, tom lane