Re: PL/Perl: spi_prepare() and RETURNING - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: PL/Perl: spi_prepare() and RETURNING
Date
Msg-id 44EDFB3F.5040706@dunslane.net
Whole thread Raw
In response to Re: PL/Perl: spi_prepare() and RETURNING  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane wrote:
> Another issue I noted in that same area is that spi.c does not set
> SPI_processed for a utility statement, even if the utility statement
> returns tuples.  Is this a bug, or should we leave it alone?
>
>
>   

Bug or not, it's at least a limitation we could do without, I think.

cheers

andrew



pgsql-hackers by date:

Previous
From: Bernd Helmle
Date:
Subject: Re: [PATCHES] Updatable views
Next
From: "Jonah H. Harris"
Date:
Subject: Re: PL/Perl: spi_prepare() and RETURNING