From: | Amit Langote <amitlangote09(at)gmail(dot)com> |
---|---|
To: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Cc: | Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
Subject: | Re: remaining sql/json patches |
Date: | 2023-06-21 08:25:32 |
Message-ID: | CA+HiwqF7vVVydgrRmQEF-xtae9zAMVhc0Vs6enJunRKEWwFaYw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Mon, Jun 19, 2023 at 5:31 PM Amit Langote <amitlangote09(at)gmail(dot)com> wrote:
> So the following sql/json things still remain to be done:
>
> * sql/json query functions:
> json_exists()
> json_query()
> json_value()
>
> * other sql/json functions:
> json()
> json_scalar()
> json_serialize()
>
> * finally:
> json_table
>
> Attached is the rebased patch for the 1st part.
...
> I'll rebase and post the patches for "other sql/json functions" and
> "json_table" shortly.
And here they are.
I realized that the patch for the "other sql/json functions" part is
relatively straightforward and has no dependence on the "sql/json
query functions" part getting done first. So I've made that one the
0001 patch. The patch I posted in the last email is now 0002, though
it only has changes related to changing the order of the patch, so I
decided not to change the patch version marker (v1).
--
Thanks, Amit Langote
EDB: http://www.enterprisedb.com
Attachment | Content-Type | Size |
---|---|---|
v1-0001-SQL-JSON-functions.patch | application/octet-stream | 57.8 KB |
v1-0004-Claim-SQL-standard-compliance-for-SQL-JSON-featur.patch | application/octet-stream | 2.3 KB |
v1-0003-JSON_TABLE.patch | application/octet-stream | 160.3 KB |
v1-0002-SQL-JSON-query-functions.patch | application/octet-stream | 208.8 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Kyotaro Horiguchi | 2023-06-21 08:54:59 | Re: ProcessStartupPacket(): database_name and user_name truncation |
Previous Message | Peter Eisentraut | 2023-06-21 08:11:33 | Re: Remove deprecation warnings when compiling PG ~13 with OpenSSL 3.0~ |