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