Re: PostgreSQL 15 Beta 4 release announcement draft - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: PostgreSQL 15 Beta 4 release announcement draft
Date
Msg-id 20220907080235.ves3bcygk7m55dyb@alvherre.pgsql
Whole thread Raw
In response to PostgreSQL 15 Beta 4 release announcement draft  ("Jonathan S. Katz" <jkatz@postgresql.org>)
Responses Re: PostgreSQL 15 Beta 4 release announcement draft
List pgsql-hackers
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.

Thank you for putting this together!

-- 
Álvaro Herrera               48°01'N 7°57'E  —  https://www.EnterpriseDB.com/
"Those who use electric razors are infidels destined to burn in hell while
we drink from rivers of beer, download free vids and mingle with naked
well shaved babes." (http://slashdot.org/comments.pl?sid=44793&cid=4647152)



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [RFC] building postgres with meson - v12
Next
From: Kyotaro Horiguchi
Date:
Subject: Re: Add tracking of backend memory allocated to pg_stat_activity