pgsql: Document jsonpath .** accessor with nesting level filter

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Document jsonpath .** accessor with nesting level filter
Date: 2019-05-19 04:45:07
Message-ID: E1hSDh5-00047N-SX@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Document jsonpath .** accessor with nesting level filter

It appears that some variants of .** jsonpath accessor are undocumented. In
particular undocumented variants are:

.**{level}
.**{lower_level to upper_level}
.**{lower_level to last}

This commit adds missing documentation for them.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e0e3dad770d3eefc4ee6cd562d9c25b61c263a6e

Modified Files
--------------
doc/src/sgml/json.sgml | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2019-05-19 04:49:16 pgsql: Fix declarations of couple jsonpath functions
Previous Message Tom Lane 2019-05-19 00:16:55 pgsql: ANSI-ify a few straggler K&R-style function definitions.