Re: WIP: Triggers on VIEWs

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: WIP: Triggers on VIEWs
Дата
Msg-id 24848.1286567364@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: WIP: Triggers on VIEWs  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
BTW, while I'm looking at this: it seems like the "index" arrays in
struct TrigDesc are really a lot more complication than they are worth.
It'd be far easier to dispense with them and instead iterate through
the main trigger array, skipping any triggers whose tgtype doesn't match
what we need.  If you had a really huge number of triggers on a table,
it's possible that could be marginally slower, but I'm having a hard
time envisioning practical situations where anybody could tell the
difference.
        regards, tom lane


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Issues with Quorum Commit
Следующее
От: Greg Smith
Дата:
Сообщение: Re: Issues with Quorum Commit