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

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема pgsql: Document jsonpath .** accessor with nesting level filter
Дата
Msg-id E1hSDh5-00047N-SX@gemulon.postgresql.org
обсуждение исходный текст
Список 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(+)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: ANSI-ify a few straggler K&R-style function definitions.
Следующее
От: Alexander Korotkov
Дата:
Сообщение: pgsql: Fix declarations of couple jsonpath functions