Re: BUG #16913: GENERATED AS IDENTITY column nullability is affected by order of column properties

Vik Fearing <vik@postgresfriends.org>

From: Vik Fearing <vik@postgresfriends.org>
To: Tom Lane <tgl@sss.pgh.pa.us>, Amit Langote <amitlangote09@gmail.com>
Cc: pavel.boev@invitae.com, PostgreSQL mailing lists <pgsql-bugs@lists.postgresql.org>
Date: 2021-03-12T17:21:20Z
Lists: pgsql-bugs
On 3/12/21 4:30 PM, Tom Lane wrote:
> Amit Langote <amitlangote09@gmail.com> writes:
>> On Thu, Mar 11, 2021 at 11:37 PM Vik Fearing <vik@postgresfriends.org> wrote:
>>> On 3/4/21 3:22 PM, Vik Fearing wrote:
>>>> I can confirm this bug.  Attached is a patch to prevent it.
> 
>>> Would anybody like to take a look at this?
> 
>> Patch looks reasonable to me.
> 
> Will push it in a bit.

Thanks, Tom.
-- 
Vik Fearing



Commits

  1. Doc: correct erroneous entry in this week's minor release notes.

  2. Forbid marking an identity column as nullable.