Re: Supporting MERGE on updatable views

Поиск
Список
Период
Сортировка
От Dean Rasheed
Тема Re: Supporting MERGE on updatable views
Дата
Msg-id CAEZATCWaObw0viFYGURDt3qLt7TjJk+M1xNa30GdeuJPF8_3EA@mail.gmail.com
обсуждение исходный текст
Ответ на Supporting MERGE on updatable views  (Dean Rasheed <dean.a.rasheed@gmail.com>)
Ответы Re: Supporting MERGE on updatable views  (Dean Rasheed <dean.a.rasheed@gmail.com>)
Список pgsql-hackers
On Thu, 8 Dec 2022 at 10:03, Dean Rasheed <dean.a.rasheed@gmail.com> wrote:
>
> Attached is a WIP patch, which I'll add to the next CF. I still need
> to do more testing, and update the docs, but so far, everything
> appears to work.
>

New patch attached with doc updates and a few other, mostly cosmetic, changes.

One notable change is that I realised that the check for rules on the
target table needs to be done in the rewriter, rather than the parser,
in case expanding a view hierarchy leads to base relations with rules
that the parser wouldn't notice.

Regards,
Dean

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Array initialisation notation in syscache.c
Следующее
От: David Rowley
Дата:
Сообщение: Re: assertion failures on BuildFarm that happened in slab.c