Re: bug 1201

From: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
To: Kris Jurka <books(at)ejurka(dot)com>
Cc: federico <fissore(at)hyphen(dot)it>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: bug 1201
Date: 2004-10-19 23:52:45
Message-ID: 20041019235245.GB11224@dcc.uchile.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Kris Jurka 2004-10-20 00:03:30 Re: bug 1201
Previous Message Kris Jurka 2004-10-19 23:23:07 Re: bug 1201