Re: Foreign keys and indexes.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Foreign keys and indexes.
Дата
Msg-id 11734.1019413560@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Foreign keys and indexes.  ("Rod Taylor" <rbt@zort.ca>)
Список pgsql-hackers
"Rod Taylor" <rbt@zort.ca> writes:
> Is everyone Ok with the above?  Or do we go about making an pg_fkey
> type table for tracking this stuff?

In general there ought to be a pg_constraint table that records all
types of constraints (not only foreign keys).  We blew it once already
by making pg_relcheck (which only handles check constraints).  Let's
not miss the boat again.
        regards, tom lane


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

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: Re: failed regression tests
Следующее
От: Dave Page
Дата:
Сообщение: Re: Really annoying comments...