Re: BUG #8227: referential integrity problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #8227: referential integrity problem
Дата
Msg-id 1106.1371072994@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #8227: referential integrity problem  (greg@antrez.pl)
Список pgsql-bugs
greg@antrez.pl writes:
> Is it ok that we loose referential integrity by locking DELETE on table
> test_item ?

Yes.  If you put a trigger on a table involved in an FK constraint, it's
your responsibility that the trigger doesn't break FK update operations.

            regards, tom lane

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

Предыдущее
От: greg@antrez.pl
Дата:
Сообщение: BUG #8227: referential integrity problem
Следующее
От: Hiroshi Inoue
Дата:
Сообщение: Re: [ODBC] Segmentation Fault in Postgres server when using psqlODBC