]> granicus.if.org Git - postgresql/commit
Document jsonpath .** accessor with nesting level filter
authorAlexander Korotkov <akorotkov@postgresql.org>
Fri, 17 May 2019 02:16:31 +0000 (05:16 +0300)
committerAlexander Korotkov <akorotkov@postgresql.org>
Sun, 19 May 2019 04:43:19 +0000 (07:43 +0300)
commite0e3dad770d3eefc4ee6cd562d9c25b61c263a6e
tree2dcc172c0431c087abbde57792dd48447e13ec29
parentda71f98efba9aed493a178aa29f25dbca7407eaf
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.
doc/src/sgml/json.sgml