Обсуждение: Foreign Key

Поиск
Список
Период
Сортировка

Foreign Key

От
Tim Jones
Дата:
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?