Re: foreign keys and RI triggers

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: foreign keys and RI triggers
Дата
Msg-id 14239.1117201954@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: foreign keys and RI triggers  (Neil Conway <neilc@samurai.com>)
Ответы Re: foreign keys and RI triggers  (Neil Conway <neilc@samurai.com>)
Список pgsql-hackers
Neil Conway <neilc@samurai.com> writes:
> Speaking of which, does anyone see a reason why RI_FKey_keyequal_upd() 
> is implemented as a pseudo-trigger function -- e.g. taking a pointer to 
> a TriggerData?

Because (a) it needs all the same arguments and (b) it can share
infrastructure with the other RI triggers.
        regards, tom lane


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

Предыдущее
От: "Mark Cave-Ayland"
Дата:
Сообщение: Re: Cost of XLogInsert CRC calculations
Следующее
От: Tom Lane
Дата:
Сообщение: Re: WAL replay failure after file truncation(?)