Re: SQL/JSON revisited
Amit Langote <amitlangote09@gmail.com>
From: Amit Langote <amitlangote09@gmail.com>
To: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Cc: Andrew Dunstan <andrew@dunslane.net>, Andres Freund <andres@anarazel.de>, vignesh C <vignesh21@gmail.com>,
PostgreSQL-development <pgsql-hackers@postgresql.org>, e.indrupskaya@postgrespro.ru
Date: 2023-03-15T12:49:49Z
Lists: pgsql-hackers
Attachments
- v9-0005-RETURNING-clause-for-JSON-and-JSON_SCALAR.patch (application/octet-stream) patch v9-0005
- v9-0004-SQL-JSON-functions.patch (application/octet-stream) patch v9-0004
- v9-0007-Claim-SQL-standard-compliance-for-SQL-JSON-featur.patch (application/octet-stream) patch v9-0007
- v9-0006-JSON_TABLE.patch (application/octet-stream) patch v9-0006
- v9-0003-SQL-JSON-query-functions.patch (application/octet-stream) patch v9-0003
- v9-0002-IS-JSON-predicate.patch (application/octet-stream) patch v9-0002
- v9-0001-SQL-JSON-constructors.patch (application/octet-stream) patch v9-0001
Hi, On Thu, Mar 9, 2023 at 10:08 PM Peter Eisentraut <peter.eisentraut@enterprisedb.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
Commits
-
Add SQL/JSON query functions
- 6185c9737cf4 17.0 landed
-
Add soft error handling to some expression nodes
- aaaf9449ec6b 17.0 landed
-
Adjust populate_record_field() to handle errors softly
- 1edb3b491bee 17.0 landed
-
Refactor code used by jsonpath executor to fetch variables
- faa2b953ba3b 17.0 landed
-
Code review for recent SQL/JSON commits
- 71bfd1543f8b 16.0 landed
-
Fix inconsistencies and style issues in new SQL/JSON code
- 60966f56c3e4 16.0 landed
-
Don't install postmaster symlink anymore
- 37e267335068 16.0 cited
-
Revert SQL/JSON features
- 2f2b18bd3f55 16.0 cited
-
Doc: standardize markup a bit more.
- 47046763c3ed 13.0 cited