Re: jsonpath

From: Alexander Korotkov <a(dot)korotkov(at)postgrespro(dot)ru>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: John Naylor <john(dot)naylor(at)2ndquadrant(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: jsonpath
Date: 2019-05-17 03:50:02
Message-ID: CAPpHfdsuszLiked1avyXvNRcDqccFfYSFDuwWpvY=Jiah2mMng@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Couple patches improving jsonpath docs are attached. The first one
documents nesting level filter for .** accessor. The second adds to
documentation of jsonpath array subsciption usage of expressions and
multiple slice ranges. I'm going to push both patches if no
objections.

------
Alexander Korotkov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

Attachment Content-Type Size
0001-doc-jsonpath-nesting-level-filter.patch application/octet-stream 1.6 KB
0002-doc-jsonpath-subscription-syntax-improve.patch application/octet-stream 2.1 KB

In response to

  • Re: jsonpath at 2019-05-07 22:06:02 from Alexander Korotkov

Responses

  • Re: jsonpath at 2019-05-17 15:35:01 from Alexander Korotkov

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2019-05-17 03:50:12 Re: PostgreSQL 12: Feature Highlights
Previous Message Melanie Plageman 2019-05-17 03:46:11 Re: Adding a test for speculative insert abort case