Re: jsonpath

From: Nikita Glukhov <n(dot)gluhov(at)postgrespro(dot)ru>
To: David Steele <david(at)pgmasters(dot)net>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com>
Cc: Alexander Korotkov <a(dot)korotkov(at)postgrespro(dot)ru>, Robert Haas <robertmhaas(at)gmail(dot)com>, Oleg Bartunov <obartunov(at)gmail(dot)com>, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: jsonpath
Date: 2018-06-27 23:38:26
Message-ID: 8dd1cd76-cd4e-9be7-9515-ef0b8b21cb67@postgrespro.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Attached 15th version of the patches.

There are changes only in jsonpath lexer:
* added single-quoted strings
* added escape sequences \v, \', \xXX, \u{...}

It's all required by ECMAScript standard (ECMA-262), from which SQL/JSON
standard adopts lexical rules.

Also, the documentation has been moved into a separate patch
(see https://www.postgresql.org/message-id/732208d3-56c3-25a4-8f08-3be1d54ad51b%40postgrespro.ru).

--
Nikita Glukhov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

Attachment Content-Type Size
sqljson_jsonpath_v15.tar.gz application/gzip 84.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Justin Pryzby 2018-06-27 23:39:39 ENOSPC FailedAssertion("!(RefCountErrors == 0)"
Previous Message Nikita Glukhov 2018-06-27 23:36:00 SQL/JSON: documentation