Andreas <[EMAIL PROTECTED]> 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 ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend