On Tue, Oct 19, 2004 at 06:23:07PM -0500, Kris Jurka wrote:
> 
> On Tue, 19 Oct 2004, federico wrote:
> 
> > i saw in bug 1201 that some got my problem
> > [ you can't do "SELECT * FROM func_returning_void();" ]
> 
> This patch seems to fix it, although I have no idea what the actual 
> implications are, I just changed any place that produced an error.

Huh, shouldn't the user rather do

SELECT func_returning_void();
?

It seems rather silly to try to get tuples from a function returning
void.

Just an idea, I don't have JDBC handy to test.

-- 
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"Por suerte hoy explotó el califont porque si no me habría muerto
de aburrido"  (Papelucho)


---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Reply via email to