Deferred uniqueness versus foreign keys

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Deferred uniqueness versus foreign keys
Дата
Msg-id 7260.1248811738@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: Deferred uniqueness versus foreign keys  (Dean Rasheed <dean.a.rasheed@googlemail.com>)
Список pgsql-hackers
[sigh, forgot to cc hackers the first time ]

Foreign key behavior is only sane if the referenced column(s) are
unique.  With the proposed patch, it is possible that the uniqueness
check on the referenced columns is deferred, which means it might not
occur till after an FK check does.  Discuss.
        regards, tom lane


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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: xpath not a good replacement for xpath_string
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: xpath not a good replacement for xpath_string