| From: | Nikita Glukhov <n(dot)gluhov(at)postgrespro(dot)ru> |
|---|---|
| To: | Alexander Korotkov <a(dot)korotkov(at)postgrespro(dot)ru> |
| Cc: | Robert Haas <robertmhaas(at)gmail(dot)com>, Oleg Bartunov <obartunov(at)gmail(dot)com>, Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com>, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: jsonpath |
| Date: | 2018-03-15 17:13:17 |
| Message-ID: | 35861ca2-d997-6db6-cddc-42e215fee053@postgrespro.ru |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Attached 13th version of the jsonpath patches.
Syntax of .** accessor (our extension to standard) was changed to become more
similar to the syntax of the standard array accessor:
.**{2, 5} => .**{2 to 5}
.**{3,} => .**{3 to last}
--
Nikita Glukhov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company
| Attachment | Content-Type | Size |
|---|---|---|
| sqljson_jsonpath_v13.tar.gz | application/gzip | 86.2 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andres Freund | 2018-03-15 17:19:58 | Re: JIT compiling with LLVM v11 |
| Previous Message | Nikita Glukhov | 2018-03-15 17:05:29 | Re: SQL/JSON: JSON_TABLE |