Re: Supporting MERGE on updatable views - Mailing list pgsql-hackers

From Dean Rasheed
Subject Re: Supporting MERGE on updatable views
Date
Msg-id CAEZATCUZoYO7hXQKAdX6bQxdKBORY-p+3_EsUnqs4U7BrR_eqQ@mail.gmail.com
Whole thread Raw
In response to Re: Supporting MERGE on updatable views  (Dean Rasheed <dean.a.rasheed@gmail.com>)
Responses Re: Supporting MERGE on updatable views  (jian he <jian.universality@gmail.com>)
List pgsql-hackers
On Sun, 19 Mar 2023 at 09:11, Dean Rasheed <dean.a.rasheed@gmail.com> wrote:
>
> And another rebase.
>

Rebased version attached.

Aside from a little minor tidying up, I have renamed the new field on
the Query to "mergeTargetRelation", which is a little more consistent
with the naming of existing fields, and with the "mergeSourceRelation"
field that the "WHEN NOT MATCHED BY SOURCE" patch adds.

Regards,
Dean

Attachment

pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Fdw batch insert error out when set batch_size > 65535
Next
From: jian he
Date:
Subject: /src/include/access/htup_details.h some comments kind of confusing....