Re: PostgreSQL 15 Beta 4 release announcement draft

From: "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>
To: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: PostgreSQL 15 Beta 4 release announcement draft
Date: 2022-09-07 15:39:52
Message-ID: 1ff5a23e-5599-e122-09a2-51f5f2d0edfc@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 9/7/22 4:02 AM, Alvaro Herrera wrote:
> Hi Jonathan,
>
> On 2022-Sep-06, Jonathan S. Katz wrote:
>
>> * [`MERGE`](https://www.postgresql.org/docs/15/sql-merge.html) statements are
>> explicitly rejected inside of a
>> [common-table expression](https://www.postgresql.org/docs/15/queries-with.html)
>> (aka `WITH` query) and
>> [`COPY`](https://www.postgresql.org/docs/15/sql-copy.html) statements.
>
> I would say "Avoid crash in MERGE when called inside COPY or a CTE by
> throwing an error early", so that it doesn't look like we're removing a
> feature.

Yeah, we don't want to create the wrong impression. I updated it per
your suggestion (with minor tweaks) and removed the line that David
mentioned around the test fix.

Thanks!

Jonathan

Attachment Content-Type Size
15beta4.md text/plain 4.6 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jonathan S. Katz 2022-09-07 15:40:55 Re: PostgreSQL 15 Beta 4 release announcement draft
Previous Message Tom Lane 2022-09-07 15:08:27 Re: Reducing the chunk header sizes on all memory context types