Re: pgsql: Allow a multi-row INSERT to specify DEFAULTs for a generated col

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Allow a multi-row INSERT to specify DEFAULTs for a generated col
Date: 2021-08-19 03:17:31
Message-ID: 1673917.1629343051@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at> writes:
> On Sun, 2020-11-22 at 20:48 +0000, Tom Lane wrote:
>> Allow a multi-row INSERT to specify DEFAULTs for a generated column.

> Shouldn't this be backpatched?
> That seems like a clear bug to me; see this report on v11:
> https://stackoverflow.com/q/68834080/6464308

https://www.postgresql.org/message-id/flat/CAEMmGb5BN_iRabOKO1_G6LkecxqLHrwFQ%3DcuN1bJC4HmUsjjLw%40mail.gmail.com

regards, tom lane

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2021-08-19 03:48:18 pgsql: Fix typo in protocol.sgml.
Previous Message Laurenz Albe 2021-08-19 03:14:11 Re: pgsql: Allow a multi-row INSERT to specify DEFAULTs for a generated col