| From: | Bruce Momjian <bruce(at)momjian(dot)us> |
|---|---|
| To: | Oleg Bartunov <obartunov(at)postgrespro(dot)ru> |
| Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: PG 12 draft release notes |
| Date: | 2019-05-12 13:49:40 |
| Message-ID: | 20190512134940.f2rc7inrdugfsnza@momjian.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Sun, May 12, 2019 at 10:00:38AM +0300, Oleg Bartunov wrote:
> Bruce,
>
> I noticed that jsonpath in your version is mentioned only in functions
> chapter, but commit
> 72b6460336e86ad5cafd3426af6013c7d8457367 is about implementation of
> SQL-2016 standard. We implemented JSON Path language as a jsonpath
> datatype with a bunch of support functions, our implementation
> supports 14 out of 15 features and it's the most complete
> implementation (we compared oracle, mysql and ms sql).
Glad you asked. I was very confused about why a data type was added for
a new path syntax. Is it a new storage format for JSON, or something
else? I need help on this.
--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ As you are, so once was I. As I am, so you will be. +
+ Ancient Roman grave inscription +
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2019-05-12 14:15:05 | Re: Wrong dead return value in jsonb_utils.c |
| Previous Message | Andrew Dunstan | 2019-05-12 13:33:16 | Re: Why is infinite_recurse test suddenly failing? |