Re: SQL/JSON revisited

From: Amit Langote <amitlangote09(at)gmail(dot)com>
To: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, Andres Freund <andres(at)anarazel(dot)de>, vignesh C <vignesh21(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, e(dot)indrupskaya(at)postgrespro(dot)ru
Subject: Re: SQL/JSON revisited
Date: 2023-03-15 12:49:49
Message-ID: CA+HiwqGJzrUv8-x6umRTqnX8b5NDXpdz1pNB5cg3n_TD3jZ8Qg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On Thu, Mar 9, 2023 at 10:08 PM Peter Eisentraut
<peter(dot)eisentraut(at)enterprisedb(dot)com> wrote:
> On 08.03.23 22:40, Andrew Dunstan wrote:
> > These both seem like things not worth holding up progress for, and I
> > think it would be good to get these patches committed as soon as
> > possible. My intention is to commit them (after some grammar
> > adjustments) plus their documentation in the next few days.
>
> If possible, the documentation for each incremental part should be part
> of that patch, not a separate all-in-one patch.

Here's a version that includes documentation of the individual bits in
their own commits. I've also merged the patch to add the PLAN clause
to JSON_TABLE into the patch that adds JSON_TABLE itself.

--
Thanks, Amit Langote
EDB: http://www.enterprisedb.com

Attachment Content-Type Size
v9-0005-RETURNING-clause-for-JSON-and-JSON_SCALAR.patch application/octet-stream 12.1 KB
v9-0004-SQL-JSON-functions.patch application/octet-stream 55.7 KB
v9-0007-Claim-SQL-standard-compliance-for-SQL-JSON-featur.patch application/octet-stream 2.9 KB
v9-0006-JSON_TABLE.patch application/octet-stream 156.3 KB
v9-0003-SQL-JSON-query-functions.patch application/octet-stream 204.9 KB
v9-0002-IS-JSON-predicate.patch application/octet-stream 45.4 KB
v9-0001-SQL-JSON-constructors.patch application/octet-stream 173.9 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tomas Vondra 2023-03-15 12:51:32 Re: logical decoding and replication of sequences, take 2
Previous Message Tomas Vondra 2023-03-15 12:00:22 Re: logical decoding and replication of sequences, take 2