Re: SQL/JSON: functions

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Julien Rouhaud <rjuju123(at)gmail(dot)com>
Cc: Himanshu Upadhyaya <upadhyaya(dot)himanshu(at)gmail(dot)com>, Nikita Glukhov <n(dot)gluhov(at)postgrespro(dot)ru>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Dmitry Dolgov <9erthalion6(at)gmail(dot)com>, Oleg Bartunov <obartunov(at)postgrespro(dot)ru>, Erik Rijkers <er(at)xs4all(dot)nl>
Subject: Re: SQL/JSON: functions
Date: 2022-01-18 21:22:36
Message-ID: bc78ff87-f224-6526-4499-75369b38b869@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 1/18/22 01:33, Julien Rouhaud wrote:
> Hi,
>
> The last version conflicts with recent c4cc2850f4d1 (Rename value node fields).
> Can you send a rebased version?

Attached. I didn't make the minor changes discussed with Himanshu
upthread. They aren't terribly urgent, but I haven't forgotten them.

cheers

andrew

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

Attachment Content-Type Size
0001-Common-SQL-JSON-clauses-v61.patch text/x-patch 30.8 KB
0002-SQL-JSON-constructors-v61.patch text/x-patch 186.8 KB
0003-IS-JSON-predicate-v61.patch text/x-patch 54.5 KB
0004-SQL-JSON-query-functions-v61.patch text/x-patch 195.7 KB
0005-SQL-JSON-functions-for-json-type-v61.patch text/x-patch 57.0 KB
0006-GUC-sql_json-v61.patch text/x-patch 23.3 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2022-01-18 21:23:52 Re: SQL/JSON: JSON_TABLE
Previous Message Andrew Dunstan 2022-01-18 21:17:26 Re: [PATCH] allow src/tools/msvc/clean.bat script to be called from the root of the source tree