Re: Support for jsonpath .datetime() method

From: Alexander Korotkov <a(dot)korotkov(at)postgrespro(dot)ru>
To: Liudmila Mantrova <l(dot)mantrova(at)postgrespro(dot)ru>
Cc: Anastasia Lubennikova <lubennikovaav(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Nikita Glukhov <n(dot)gluhov(at)postgrespro(dot)ru>
Subject: Re: Support for jsonpath .datetime() method
Date: 2019-07-20 22:42:35
Message-ID: CAPpHfdvnjdRXQTCtNzL-Lp-qKfdH+i0g9N13uEQ4GA5FzyeY1Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi, Liudmila!

On Fri, Jul 19, 2019 at 5:30 PM Liudmila Mantrova
<l(dot)mantrova(at)postgrespro(dot)ru> wrote:
> I had look at the added docs and would like to suggest a couple of
> changes. Please see the attached patches with my my edits for func.sgml
> and some of the comments.

Thank you for your edits, they look good to me. Attached patchset
contains your edits as well as revised commit messages.

> Looks like we also need to change the following entry in
> features-unsupported.sgml, and probably move it to features-supported.sgml?
>
> <row>
> <entry>T832</entry>
> <entry></entry>
> <entry>SQL/JSON path language: item method</entry>
> <entry>datetime() not yet implemented</entry>
> </row>

Yes, that's it. Attached patch updates sql_features.txt, which is a
source for generation of both features-unsupported.sgml and
features-supported.sgml.

------
Alexander Korotkov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

Attachment Content-Type Size
0001-datetime-in-JsonbValue-6.patch application/octet-stream 8.7 KB
0002-datetime-conversion-for-jsonpath-6.patch application/octet-stream 32.3 KB
0003-error-suppression-for-datetime-6.patch application/octet-stream 45.0 KB
0004-implement-jsonpath-datetime-6.patch application/octet-stream 75.7 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alexander Korotkov 2019-07-20 23:07:44 Re: [PATCH v2] Introduce spgist quadtree @<(point,circle) operator
Previous Message Tom Lane 2019-07-20 20:14:25 Re: benchmarking Flex practices