Andreas <maps(dot)on(at)gmx(dot)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