Re: Support for jsonpath .datetime() method
Alexander Korotkov <a.korotkov@postgrespro.ru>
From: Alexander Korotkov <a.korotkov@postgrespro.ru>
To: Liudmila Mantrova <l.mantrova@postgrespro.ru>
Cc: Anastasia Lubennikova <lubennikovaav@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, Nikita Glukhov <n.gluhov@postgrespro.ru>
Date: 2019-07-20T22:42:35Z
Lists: pgsql-hackers
Attachments
- 0001-datetime-in-JsonbValue-6.patch (application/octet-stream) patch 0001
- 0002-datetime-conversion-for-jsonpath-6.patch (application/octet-stream) patch 0002
- 0003-error-suppression-for-datetime-6.patch (application/octet-stream) patch 0003
- 0004-implement-jsonpath-datetime-6.patch (application/octet-stream) patch 0004
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
Commits
-
Allow datetime values in JsonbValue
- 6dda292d4df8 13.0 landed
-
Error suppression support for upcoming jsonpath .datetime() method
- 5bc450629b31 13.0 landed
-
Implement jsonpath .datetime() method
- bffe1bd68457 13.0 landed
-
Implement parse_datetime() function
- 66c74f8b6e34 13.0 landed
-
Implement standard datetime parsing mode
- 1a950f37d0a2 13.0 landed
-
Support for SSSSS datetime format pattern
- b64b857f50fb 13.0 landed
-
Support for FF1-FF6 datetime format patterns
- d589f94460c2 13.0 landed