Re: Recursive FOREIGN KEY?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Recursive FOREIGN KEY?
Дата
Msg-id 21164.1081057453@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Recursive FOREIGN KEY?  (Joe Stump <joe@joestump.net>)
Ответы Re: Recursive FOREIGN KEY?  (Joe Stump <joe@joestump.net>)
Список pgsql-general
Joe Stump <joe@joestump.net> writes:
> I was getting an error on the parentID reference because there were no
> records to reference in the first place. Odd.

It should work, because the FK check is an end-of-statement check and
should consider the just-inserted row as available for referencing.
What PG version are you using, and can you show the exact sequence of
operations that produces a failure for you?

            regards, tom lane

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

Предыдущее
От: Joe Stump
Дата:
Сообщение: Re: Recursive FOREIGN KEY?
Следующее
От: Joe Stump
Дата:
Сообщение: Re: Recursive FOREIGN KEY?