Re: Jsonpath ** vs lax mode

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Jsonpath ** vs lax mode
Дата
Msg-id 20210121133510.GA8139@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: Jsonpath ** vs lax mode  (Alexander Korotkov <aekorotkov@gmail.com>)
Ответы Re: Jsonpath ** vs lax mode  (Alexander Korotkov <aekorotkov@gmail.com>)
Список pgsql-hackers
On 2021-Jan-21, Alexander Korotkov wrote:

> Requiring strict mode for ** is a solution, but probably too restrictive...
> 
> What do you think about making just subsequent accessor after ** not
> to unwrap arrays.  That would be a bit tricky to implement, but
> probably that would better satisfy the user needs.

Hmm, why is it too restrictive?  If the user needs to further drill into
the JSON, can't they chain json_path_query calls, specifying (or
defaulting to) lax mode for the part doesn't include the ** expression?

-- 
Álvaro Herrera       Valdivia, Chile



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

Предыдущее
От: vignesh C
Дата:
Сообщение: Identify missing publications from publisher while create/alter subscription.
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: patch: reduce overhead of execution of CALL statement in no atomic mode from PL/pgSQL