From: | Amit Langote <amitlangote09(at)gmail(dot)com> |
---|---|
To: | vignesh C <vignesh21(at)gmail(dot)com> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Andrew Dunstan <andrew(at)dunslane(dot)net>, e(dot)indrupskaya(at)postgrespro(dot)ru |
Subject: | Re: SQL/JSON revisited |
Date: | 2023-01-30 06:39:12 |
Message-ID: | CA+HiwqEmsVHC23fry0S9T_3ZNsT=6R25vi2DEkE9s3wDskic_w@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Fri, Jan 27, 2023 at 11:27 PM vignesh C <vignesh21(at)gmail(dot)com> wrote:
> On Tue, 17 Jan 2023 at 19:01, Amit Langote <amitlangote09(at)gmail(dot)com> wrote:
> > And I've just finished doing that. In the attached updated 0004,
> > which adds the JsonExpr node, its evaluation code is now broken into
> > ExprEvalSteps to handle the subsidiary JsonCoercion and JsonBehavior
> > expression nodes that previously used ExprState for recursive
> > evaluation. Andres didn't like the latter as previously discussed at
> > [1].
> >
> > I've also attached the patch that Elena has proposed as the patch
> > 0011. I haven't managed to review it yet, though once I do, I'll
> > merge it into the main documentation patch 0009. Thanks Elena.
>
> The patch does not apply on top of HEAD as in [1], please post a rebased patch:
Thanks for the heads up. Here's a rebased version.
--
Thanks, Amit Langote
EDB: http://www.enterprisedb.com
Attachment | Content-Type | Size |
---|---|---|
v3-0011-Proposed-reworking-of-SQL-JSON-documentaion.patch | application/octet-stream | 30.9 KB |
v3-0010-Claim-SQL-standard-compliance-for-SQL-JSON-featur.patch | application/octet-stream | 2.8 KB |
v3-0009-Documentation-for-SQL-JSON-features.patch | application/octet-stream | 47.7 KB |
v3-0007-JSON_TABLE.patch | application/octet-stream | 101.0 KB |
v3-0008-PLAN-clauses-for-JSON_TABLE.patch | application/octet-stream | 70.7 KB |
v3-0006-RETURNING-clause-for-JSON-and-JSON_SCALAR.patch | application/octet-stream | 10.2 KB |
v3-0005-SQL-JSON-functions.patch | application/octet-stream | 52.0 KB |
v3-0003-IS-JSON-predicate.patch | application/octet-stream | 43.6 KB |
v3-0004-SQL-JSON-query-functions.patch | application/octet-stream | 196.6 KB |
v3-0002-SQL-JSON-constructors.patch | application/octet-stream | 147.4 KB |
v3-0001-Common-SQL-JSON-clauses.patch | application/octet-stream | 24.9 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Amit Kapila | 2023-01-30 06:54:51 | Re: Logical replication timeout problem |
Previous Message | Amit Kapila | 2023-01-30 06:31:43 | Re: Deadlock between logrep apply worker and tablesync worker |