Document jsonpath .** accessor with nesting level filter
Alexander Korotkov <akorotkov@postgresql.org>
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.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/json.sgml | modified | +24 −0 |