Re: bug 1201 - Mailing list pgsql-bugs

From Alvaro Herrera
Subject Re: bug 1201
Date
Msg-id 20041019235245.GB11224@dcc.uchile.cl
Whole thread Raw
In response to Re: bug 1201  (Kris Jurka <books@ejurka.com>)
Responses Re: bug 1201  (Kris Jurka <books@ejurka.com>)
List pgsql-bugs
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)

pgsql-bugs by date:

Previous
From: Kris Jurka
Date:
Subject: Re: bug 1201
Next
From: Kris Jurka
Date:
Subject: Re: bug 1201