Re: jsonpath

From: Nikita Glukhov <n(dot)gluhov(at)postgrespro(dot)ru>
To: Alexander Korotkov <a(dot)korotkov(at)postgrespro(dot)ru>
Cc: Oleg Bartunov <obartunov(at)postgrespro(dot)ru>, Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>, Michael Paquier <michael(at)paquier(dot)xyz>, Stas Kelvich <s(dot)kelvich(at)postgrespro(dot)ru>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>, David Steele <david(at)pgmasters(dot)net>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Subject: Re: jsonpath
Date: 2019-01-23 12:25:09
Message-ID: 36c568f3-fd75-b697-754b-01e51b506c9c@postgrespro.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Attached 28th version of the patches.

On 23.01.2019 8:01, Alexander Korotkov wrote:

> On Wed, Jan 23, 2019 at 3:40 AM Nikita Glukhov <n(dot)gluhov(at)postgrespro(dot)ru> wrote:
>> Attached 26th version of the patches:
>>
>> * Documentation:
>> - Fixed some mistakes
>> - Removed mention of syntax extensions not present in this patch
>> - Documented '.datetime(format, default_tz)'
>> * Removed accidental syntax extension allowing to write '@.key' without '@'
> Thank you!
>
> I've made few more changes to patchset:
> * Change back interface of JsonbExtractScalar(). I decide it would
> be better to keep it.
> * Run pgindent

I have fixed indentation by adding new typedefs to
src/tools/pgindent/typedefs.list.

Also I have renamed LikeRegexContext => JsonLikeRegexContext.

> * Improve documentation of .keyvalue() function.
>
> Finally, I'm going to commit this if no objections.

Thank you!

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

Attachment Content-Type Size
0001-Preliminary-datetime-infrastructure-v28.patch text/x-patch 33.1 KB
0002-Jsonpath-engine-and-docs-v28.patch text/x-patch 279.5 KB

In response to

  • Re: jsonpath at 2019-01-23 05:01:41 from Alexander Korotkov

Responses

  • Re: jsonpath at 2019-01-23 22:16:22 from Alexander Korotkov

Browse pgsql-hackers by date

  From Date Subject
Next Message David Rowley 2019-01-23 12:44:00 Re: pg_dump multi VALUES INSERT
Previous Message Heikki Linnakangas 2019-01-23 12:20:52 Re: postgres on a non-journaling filesystem