Re: BUG #17694: In JSONPath expressions, characters between leading $ and dot appear to be ignored

Поиск
Список
Период
Сортировка
От David E. Wheeler
Тема Re: BUG #17694: In JSONPath expressions, characters between leading $ and dot appear to be ignored
Дата
Msg-id 1DBB0108-3DB1-43BF-BA5A-DCF64743D895@justatheory.com
обсуждение исходный текст
Ответ на Re: BUG #17694: In JSONPath expressions, characters between leading $ and dot appear to be ignored  ("David E. Wheeler" <david@justatheory.com>)
Ответы Re: BUG #17694: In JSONPath expressions, characters between leading $ and dot appear to be ignored
Список pgsql-bugs
On Nov 24, 2022, at 12:51, David E. Wheeler <david@justatheory.com> wrote:

> Ah, I see. SQL/JSON syntax gets a bit confusing relative to other flavors.

Yeah, this doesn’t seem right, either:

david=# select jsonb_path_exists('{"foo": {"bar": true}}', '$path', '{"path": "$.foo.bax"}');
 jsonb_path_exists
-------------------
 t

D


Вложения

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

Предыдущее
От: "David E. Wheeler"
Дата:
Сообщение: Re: BUG #17694: In JSONPath expressions, characters between leading $ and dot appear to be ignored
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: BUG #17696: Creation of deferrable initially deferred constraint breaks before transaction commit