Re: delta relations in AFTER triggers

Поиск
Список
Период
Сортировка
От Amit Khandekar
Тема Re: delta relations in AFTER triggers
Дата
Msg-id CACoZds2joQLMF2pW_axdxzk62M6PMOky-5RBPCmT208kyhkQzw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: delta relations in AFTER triggers  (Amit Khandekar <amit.khandekar@enterprisedb.com>)
Ответы Re: delta relations in AFTER triggers  (Kevin Grittner <kgrittn@ymail.com>)
Список pgsql-hackers
>> The execution level
>> itself was almost trivial; it's getting the tuplestore reference
>> through the parse analysis and planning phases that is painful for
>> me.
> I am not sure why you think we would need to refer the tuplestore in
> the parse analysis and planner phases. It seems that we would need
> them only in execution phase. Or may be I didn't understand your
> point.
Ah I think I understand now. That might be because you are thinking of
having an infrastructure common to triggers and materialized views,
right ?



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: WAL format and API changes (9.5)
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: What happened to jsonb's JENTRY_ISFIRST?