Re: bug 1201

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: bug 1201
Дата
Msg-id 20041019235245.GB11224@dcc.uchile.cl
обсуждение исходный текст
Ответ на Re: bug 1201  (Kris Jurka <books@ejurka.com>)
Ответы Re: bug 1201  (Kris Jurka <books@ejurka.com>)
Список 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 по дате отправления:

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: bug 1201
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: bug 1201