Re: jsonpath

Поиск
Список
Период
Сортировка
От Nikita Glukhov
Тема Re: jsonpath
Дата
Msg-id 35861ca2-d997-6db6-cddc-42e215fee053@postgrespro.ru
обсуждение исходный текст
Ответ на Re: jsonpath  (Nikita Glukhov <n.gluhov@postgrespro.ru>)
Список pgsql-hackers
Attached 13th version of the jsonpath patches.


Syntax of .** accessor (our extension to standard) was changed to become more
similar to the syntax of the standard array accessor:

.**{2, 5} => .**{2 to 5}
.**{3,}   => .**{3 to last}

-- 
Nikita Glukhov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company


Вложения

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

Предыдущее
От: Nikita Glukhov
Дата:
Сообщение: Re: SQL/JSON: JSON_TABLE
Следующее
От: Andres Freund
Дата:
Сообщение: Re: JIT compiling with LLVM v11