Re: Foreign Key Storage

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Foreign Key Storage
Дата
Msg-id Pine.BSF.4.10.10008211755150.18713-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на Foreign Key Storage  (Jessica Engblom <jessica@guild.ab.ca>)
Список pgsql-general
You can get the information out of pg_trigger.  Each
references relationship will create three triggers in
pg_trigger.  It's not in a particularly friendly format
though.  There should be messages in the archives of
either -general or -hackers about the details.  (Or
if you can't find it, I can go through the entire thing
again).

Stephan Szabo
sszabo@bigpanda.com

On Mon, 21 Aug 2000, Jessica Engblom wrote:

> I need to get access to all of the foreign keys in a database, but I am
> not sure where postgres stores them.  Does anyone know it they are
> stored in a table or not, and if so which table?
>
> Thanks.
>


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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: DateStyle causes drama during upgrade
Следующее
От: Alex Guryanow
Дата:
Сообщение: using INTERSECT and UNION in IN clause