Thread: Foreign Key

Foreign Key

From
Tim Jones
Date:
I want to query the dictionary to pull foreign key relationships in the
format parent_table.column,child_table.column.
I can see this info in pg_trigger but it is not very accessible. Any ideas?