Re: Support for jsonpath .datetime() method - Mailing list pgsql-hackers

From Alexander Korotkov
Subject Re: Support for jsonpath .datetime() method
Date
Msg-id CAPpHfdvnjdRXQTCtNzL-Lp-qKfdH+i0g9N13uEQ4GA5FzyeY1Q@mail.gmail.com
Whole thread Raw
In response to Re: Support for jsonpath .datetime() method  (Liudmila Mantrova <l.mantrova@postgrespro.ru>)
Responses Re: Support for jsonpath .datetime() method  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List pgsql-hackers
Hi, Liudmila!

On Fri, Jul 19, 2019 at 5:30 PM Liudmila Mantrova
<l.mantrova@postgrespro.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

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: benchmarking Flex practices
Next
From: Alexander Korotkov
Date:
Subject: Re: [PATCH v2] Introduce spgist quadtree @<(point,circle) operator