Re: Understanding EXPLAIN ANALYZE output

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: Understanding EXPLAIN ANALYZE output
Дата
Msg-id 20050210230354.GA92443@winnie.fuhr.org
обсуждение исходный текст
Ответ на Re: Understanding EXPLAIN ANALYZE output  (Michael Fuhr <mike@fuhr.org>)
Ответы Re: Understanding EXPLAIN ANALYZE output
Список pgsql-general
On Thu, Feb 10, 2005 at 03:48:48PM -0700, Michael Fuhr wrote:
>
> Below is a simple proof of concept for an explain() function
> in PL/pgSQL.

Do PL/Perl and the other PLs require any changes to make this work?
I tried $rv = spi_exec_query("EXPLAIN $query") but $rv contained
only the following:

$rv->{processed} = 0
$rv->{status} = SPI_OK_UTILITY

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

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

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: Catching delete
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Understanding EXPLAIN ANALYZE output