Re: JSON_TABLE: table => column ON ERROR propagation

From: Alexander Korotkov <aekorotkov(at)gmail(dot)com>
To: Jeff Davis <pgsql(at)j-davis(dot)com>
Cc: Nikita Malakhov <hukutoc(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: JSON_TABLE: table => column ON ERROR propagation
Date: 2026-09-24 15:49:34
Message-ID: CAPpHfdvnebUrGvVtT7LT9NmQG_8xg01jWUMfaP4_pgvU19tqTw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Sep 22, 2026 at 11:06 PM Jeff Davis <pgsql(at)j-davis(dot)com> wrote:
> On Sat, 2026-09-19 at 17:37 +0300, Alexander Korotkov wrote:
> > Pushed.
>
> AI discovered a problem with the ruleutils output after e73841ffbce.
> Report attached.

Thank you for the report. This had to be revisited. Reverted for now.

------
Regards,
Alexander Korotkov
Supabase

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alena Rybakina 2026-09-24 16:05:53 Re: pull-up subquery if JOIN-ON contains refs to upper-query
Previous Message Alexander Korotkov 2026-09-24 15:48:53 Re: pgsql: JSON_TABLE: propagate table-level ON ERROR to columns per SQL st