Re: [HACKERS] Allow INSTEAD OF DELETE triggers to modify the tuple for RETURNING

Поиск
Список
Период
Сортировка
От jian he
Тема Re: [HACKERS] Allow INSTEAD OF DELETE triggers to modify the tuple for RETURNING
Дата
Msg-id CACJufxFiRm2wqvv14K9VnihUTvd5ESVQM8gwD1e0P+O1PTdA1w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [HACKERS] Allow INSTEAD OF DELETE triggers to modify the tuple for RETURNING  (Marko Tiikkaja <marko@joh.to>)
Ответы Re: [HACKERS] Allow INSTEAD OF DELETE triggers to modify the tuple for RETURNING  (vignesh C <vignesh21@gmail.com>)
Список pgsql-hackers
On Fri, Nov 3, 2023 at 12:34 AM Marko Tiikkaja <marko@joh.to> wrote:
>
> I am now.  Thanks! :-)  Will try to keep an eye on the builds in the future.
>
> Attached v4 of the patch which should fix the issue.
>

doc seems to still have an issue.
https://cirrus-ci.com/github/postgresql-cfbot/postgresql/commitfest%2F45%2F4617

In the regress test, do we need to clean up the created object after we use it.
tested passed, looking at ExecIRInsertTriggers, your changes look sane.



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

Предыдущее
От: Roberto Mello
Дата:
Сообщение: Re: Add minimal C example and SQL registration example for custom table access methods.
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Tab completion for CREATE TABLE ... AS