Re: jsonpath - Mailing list pgsql-hackers

From Nikita Glukhov
Subject Re: jsonpath
Date
Msg-id 8dd1cd76-cd4e-9be7-9515-ef0b8b21cb67@postgrespro.ru
Whole thread Raw
In response to Re: jsonpath  (David Steele <david@pgmasters.net>)
Responses Re: jsonpath
List 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

pgsql-hackers by date:

Previous
From: Nikita Glukhov
Date:
Subject: SQL/JSON: documentation
Next
From: Justin Pryzby
Date:
Subject: ENOSPC FailedAssertion("!(RefCountErrors == 0)"