Re: Understanding EXPLAIN ANALYZE output - Mailing list pgsql-general

From Michael Fuhr
Subject Re: Understanding EXPLAIN ANALYZE output
Date
Msg-id 20050210230354.GA92443@winnie.fuhr.org
Whole thread Raw
In response to Re: Understanding EXPLAIN ANALYZE output  (Michael Fuhr <mike@fuhr.org>)
Responses Re: Understanding EXPLAIN ANALYZE output
List 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 by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: Catching delete
Next
From: Martijn van Oosterhout
Date:
Subject: Re: Understanding EXPLAIN ANALYZE output