Re: 2024-05-09 release announcement draft - Mailing list pgsql-hackers

From Tom Lane
Subject Re: 2024-05-09 release announcement draft
Date
Msg-id 3954467.1715053732@sss.pgh.pa.us
Whole thread Raw
In response to Re: 2024-05-09 release announcement draft  (David Rowley <dgrowleyml@gmail.com>)
Responses Re: 2024-05-09 release announcement draft
List pgsql-hackers
David Rowley <dgrowleyml@gmail.com> writes:
> I know this is the same wording as Tom added in [1], I might just have
> failed to comprehend something, but if I strip out the links and try
> to make sense of "Fix INSERT from multiple VALUES rows into", I just
> can't figure out how to parse it.  I'm pretty sure it means "Fix
> multiple-row VALUES clauses with INSERT statements when ...", but I'm
> not sure.

The problem happens in commands like
    INSERT INTO tab VALUES (1,2), (3,4), ...
We treat this separately from the single-VALUES-row case for
efficiency reasons.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Corey Huinker
Date:
Subject: Re: Statistics Import and Export
Next
From: David Rowley
Date:
Subject: Re: 2024-05-09 release announcement draft