Re: BUG #18356: Casting values from jsonb_each_text does not respect WHERE filter with sub select

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #18356: Casting values from jsonb_each_text does not respect WHERE filter with sub select
Дата
Msg-id 140973.1708548984@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #18356: Casting values from jsonb_each_text does not respect WHERE filter with sub select  (Ed Herrmann <ewherrmann@gmail.com>)
Список pgsql-bugs
Ed Herrmann <ewherrmann@gmail.com> writes:
> This example does not cause the same error and returns results as expected.
> If it has to do with the execution plan as Laurenz suggested, do you have a
> suggestion on how to better create a self-contained example where it would
> behave more like an actual table select to get the desired list of keys?

Do an EXPLAIN on the problem query, and then try to make an example
with no private data that shows the same plan.

            regards, tom lane



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

Предыдущее
От: Ed Herrmann
Дата:
Сообщение: Re: BUG #18356: Casting values from jsonb_each_text does not respect WHERE filter with sub select
Следующее
От: Kyotaro Horiguchi
Дата:
Сообщение: Re: BUG #18354: Aborted transaction aborted during cleanup when temp_file_limit exceeded