Re: Supporting MERGE on updatable views

Поиск
Список
Период
Сортировка
От Dean Rasheed
Тема Re: Supporting MERGE on updatable views
Дата
Msg-id CAEZATCXq=UYUwCNVF1Ysq2Urg5WG9zRZTEc-R0ecR_ya9o-ZEA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Supporting MERGE on updatable views  (Dean Rasheed <dean.a.rasheed@gmail.com>)
Ответы Re: Supporting MERGE on updatable views
Список pgsql-hackers
On Sun, 29 Oct 2023 at 17:17, Dean Rasheed <dean.a.rasheed@gmail.com> wrote:
>
> On Sat, 28 Oct 2023 at 09:35, jian he <jian.universality@gmail.com> wrote:
> >
> > Do we need to add <<command>MERGE</command> for the following sentence?
> >
> We don't want to include MERGE in that sentence, because MERGE isn't
> supported on views or tables with rules, but I guess we could add
> another sentence after that one, to make that clear.
>

Here's an updated patch doing that, plus another couple of minor
updates to that page.

I also noticed that the code to detect rules ought to ignore disabled
rules, so I've updated it to do so, and added a new regression test to
cover that case.

Arguably that's a pre-existing bug, so the fix could be extracted and
applied separately, but I'm not sure that it's worth the effort.

Regards,
Dean

Вложения

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

Предыдущее
От: Bharath Rupireddy
Дата:
Сообщение: Re: A recent message added to pg_upgade
Следующее
От: vignesh C
Дата:
Сообщение: Re: pg_upgrade and logical replication