Re: Understanding EXPLAIN ANALYZE output

Поиск
Список
Период
Сортировка
От Ed L.
Тема Re: Understanding EXPLAIN ANALYZE output
Дата
Msg-id 200502100804.52645.pgsql@bluepolka.net
обсуждение исходный текст
Ответ на Re: Understanding EXPLAIN ANALYZE output  (Michael Fuhr <mike@fuhr.org>)
Ответы Re: Understanding EXPLAIN ANALYZE output  (Michael Fuhr <mike@fuhr.org>)
Список pgsql-general
On Wednesday February 9 2005 10:10, Michael Fuhr wrote:
>
> > (And no, EXECUTE doesn't help.)  This seems like an
> > oversight.  We already have some understanding in the
> > backend that certain utility commands return query results;
> > the SPI code should be letting those results be scanned as
> > if they were ordinary SELECT results.
>
> Any suggestions for the meantime?

Well, this would be a bit unsightly and not exactly elegant, but
I'd think you could do this via DBI from within plperl or maybe
plperlu...

Ed


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: a SELECT FOR UPDATE question
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Any functions to convert bit(5) to text?