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

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

Previous
From: Tom Lane
Date:
Subject: Re: a SELECT FOR UPDATE question
Next
From: Tom Lane
Date:
Subject: Re: Any functions to convert bit(5) to text?