Unexpected extra row from jsonb_path_query() with a recursive path

Поиск
Список
Период
Сортировка
От Jan Przemysław Wójcik
Тема Unexpected extra row from jsonb_path_query() with a recursive path
Дата
Msg-id CA+YsLFo6=voUdskxNcnJdqN4Z+Kck-5t0MxcJNtecNZ5Sws9YA@mail.gmail.com
обсуждение исходный текст
Ответы Re: Unexpected extra row from jsonb_path_query() with a recursivepath  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-bugs
PostgreSQL 12.1, compiled by Visual C++ build 1914, 64-bit
Windows 10

Query:

select jsonb_path_query('{"data": [{"key": "value"}]}', '$.**.key')

Actual output:

 jsonb_path_query
------------------
 "value"
 "value"
(2 rows)

Expected output:

 jsonb_path_query
------------------
 "value"
(1 row)

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

Предыдущее
От: Alexander Law
Дата:
Сообщение: Re: BUG #16154: pg_ctl restart with a logfile fails sometimes (on Windows)
Следующее
От: Andrey Lepikhov
Дата:
Сообщение: Warning in the RecordTransactionAbort routine during compilation withO3 flag