Re: SQL/JSON: functions

From: Nikita Glukhov <n(dot)gluhov(at)postgrespro(dot)ru>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Cc: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, Andrew Alsup <bluesbreaker(at)gmail(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, Dmitry Dolgov <9erthalion6(at)gmail(dot)com>, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, Oleg Bartunov <obartunov(at)postgrespro(dot)ru>, Alexander Korotkov <a(dot)korotkov(at)postgrespro(dot)ru>, Michael Paquier <michael(at)paquier(dot)xyz>, Simon Riggs <simon(at)2ndquadrant(dot)com>, Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com>
Subject: Re: SQL/JSON: functions
Date: 2019-09-16 21:28:30
Message-ID: 4ef24b2b-9c36-3305-5eb4-10a7cb1c4611@postgrespro.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 04.09.2019 1:27, Alvaro Herrera wrote:

> On 2019-Jul-16, Nikita Glukhov wrote:
>
>> Attached 37th version of the patches rebased onto current master.
>>
>> Preliminary patch #1 contains:
>>  - implementation of jsonpath .datetime() method (see [1])
>>  - jsonpath support for json type (should be posted later in a separate
>> thread)
> 0001 doesn't apply anymore. Can you please rebase?
>
> (Only now I realize that this SQL/JSON stuff has its own commitfest
> entry, separate from the JSON_TABLE one.)
>
> Thanks,

Attached 38th version of the patches rebased onto current master.

--
Nikita Glukhov
Postgres Professional:http://www.postgrespro.com
The Russian Postgres Company

Attachment Content-Type Size
0001-Jsonpath-support-for-datetime-v7.patch.gz application/gzip 27.3 KB
0002-Jsonpath-support-for-json-v38.patch.gz application/gzip 41.2 KB
0003-Add-invisible-coercion-form-v38.patch.gz application/gzip 1.8 KB
0004-Add-function-formats-v38.patch.gz application/gzip 2.9 KB
0005-SQLJSON-constructors-v38.patch.gz application/gzip 32.1 KB
0006-IS-JSON-predicate-v38.patch.gz application/gzip 11.0 KB
0007-SQLJSON-query-functions-v38.patch.gz application/gzip 30.3 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2019-09-16 21:45:31 Re: [PATCH][PROPOSAL] Add enum releation option type
Previous Message Alvaro Herrera 2019-09-16 21:22:51 Re: [proposal] de-TOAST'ing using a iterator