Re: jsonpath - Mailing list pgsql-hackers

From Nikita Glukhov
Subject Re: jsonpath
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: jsonpath  (Nikita Glukhov <[email protected]>)
List 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

pgsql-hackers by date:

Previous
From: Nikita Glukhov
Date:
Subject: Re: SQL/JSON: JSON_TABLE
Next
From: Andres Freund
Date:
Subject: Re: JIT compiling with LLVM v11