Re: pgsql: Add basic JSON_TABLE() functionality

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Amit Langote <amitlangote09(at)gmail(dot)com>
Cc: Amit Langote <amitlan(at)postgresql(dot)org>, pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Add basic JSON_TABLE() functionality
Date: 2024-04-04 13:48:44
Message-ID: 49c3a0cc-2998-4e25-8bc3-e70b3cba87eb@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers


On 2024-04-04 Th 09:20, Amit Langote wrote:
> Hi Andrew,
>
> On Thu, Apr 4, 2024 at 10:06 PM Andrew Dunstan<andrew(at)dunslane(dot)net> wrote:
>> On 2024-04-04 Th 07:21, Amit Langote wrote:
>>
>> Add basic JSON_TABLE() functionality
>>
>>
>> Excellent!
>>
>> But I am getting this:
>>
>> ../../../src/interfaces/ecpg/test/sql/sqljson_jsontable.pgc:23: WARNING: unsupported feature will be passed to server
>>
>> Is that intended?
> I don't get that WARNING here, but I remember seeing it at one point,
> which I am supposed to have fixed.
>
> Can you please share more details about where you're seeing it?

It's with a meson build:

[2330/2355]
/home/andrew/pgl/pg_head/root/HEAD/pgsql.build/src/interfaces/ecpg/preproc/ecpg
--regression -I../../../src/interfaces/ecpg/test/sql
-I../../../src/interfaces/ecpg/
include/ -o src/interfaces/ecpg/test/sql/sqljson_jsontable.c
../../../src/interfaces/ecpg/test/sql/sqljson_jsontable.pgc
../../../src/interfaces/ecpg/test/sql/sqljson_jsontable.pgc:23: WARNING:
unsupported feature will be passed to server

cheers

andrew

--
Andrew Dunstan
EDB:https://www.enterprisedb.com

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2024-04-04 15:26:47 Re: pgsql: Add basic JSON_TABLE() functionality
Previous Message Amit Langote 2024-04-04 13:20:31 Re: pgsql: Add basic JSON_TABLE() functionality