Finding all tables that have foreign keys referencing a table

Поиск
Список
Период
Сортировка
От Andreas Joseph Krogh
Тема Finding all tables that have foreign keys referencing a table
Дата
Msg-id 200811062235.23267.andreak@officenet.no
обсуждение исходный текст
Список pgsql-sql
Hi.
I see the last comment here suggests a solution for $subject:
http://www.postgresql.org/docs/8.1/interactive/ddl-constraints.html

But it turns out it assumes constraint_name is unique, which is not the case. It is only unique pr. table. In other
words,it produces a lot of false results. 

I'm trying to make a function which finds all my old "$1" constraints and replaces those names with proper names
(_fkey).

So - anybody who knows a good solution for how to find all tables with constraint-names that have foreign keys
referencinga table's particluar colum? 

--
Andreas Joseph Krogh <andreak@officenet.no>
Senior Software Developer / CEO
------------------------+---------------------------------------------+
OfficeNet AS            | The most difficult thing in the world is to |
Karenslyst Allé 11      | know how to do a thing and to watch         |
PO. Box 529 Skøyen      | somebody else doing it wrong, without       |
0214 Oslo               | comment.                                    |
NORWAY                  |                                             |
Tlf:    +47 24 15 38 90 |                                             |
Fax:    +47 24 15 38 91 |                                             |
Mobile: +47 909  56 963 |                                             |
------------------------+---------------------------------------------+


В списке pgsql-sql по дате отправления:

Предыдущее
От: "Harold A. Giménez Ch."
Дата:
Сообщение: Re: need help in building a query
Следующее
От: Markus Schatten
Дата:
Сообщение: Creating input/output_functions