Re: pgsql: Add basic JSON_TABLE() functionality

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Amit Langote <amitlangote09(at)gmail(dot)com>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Add basic JSON_TABLE() functionality
Date: 2024-04-05 02:56:13
Message-ID: 1164534.1712285773@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Amit Langote <amitlangote09(at)gmail(dot)com> writes:
> Wonder if, for consistency, I should change the coding so that the
> FEATURE_NOT_SUPPORTED is reported in transformJsonTable() or
> something?

Consistency with what? There are plenty of other gram.y productions
that throw FEATURE_NOT_SUPPORTED conditionally.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Langote 2024-04-05 03:02:20 Re: pgsql: Add basic JSON_TABLE() functionality
Previous Message Amit Langote 2024-04-05 02:52:33 Re: pgsql: Add basic JSON_TABLE() functionality