Re: Explain verbose query with CTE

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Explain verbose query with CTE
Дата
Msg-id 14359.1334954462@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Explain verbose query with CTE  (Bartosz Dmytrak <bdmytrak@gmail.com>)
Ответы Re: Explain verbose query with CTE
Список pgsql-general
Bartosz Dmytrak <bdmytrak@gmail.com> writes:
> This e-mail is reposted form pgadmin support mailing list. This problem
> looks like related with postgres not pgAdmin.
> [ EXPLAIN VERBOSE yields a "cache lookup failed" error ]

Huh, yeah, that's a backend bug all right.  I thought at first you might
have a catalog-corruption problem, but I can reproduce the failure here
from your example.  Most likely EXPLAIN is getting confused about which
Var belongs to which table.  Will look into it.

            regards, tom lane

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

Предыдущее
От: Eliot Gable
Дата:
Сообщение: Re: LOCK TABLE is not allowed in a non-volatile function
Следующее
От: Bartosz Dmytrak
Дата:
Сообщение: Re: Explain verbose query with CTE