Re: bug found in 8.3 beta 3.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: bug found in 8.3 beta 3.
Дата
Msg-id 22954.1197915553@sss.pgh.pa.us
обсуждение исходный текст
Ответ на bug found in 8.3 beta 3.  ("chris wood" <chrisj.wood@sympatico.ca>)
Список pgsql-bugs
"chris wood" <chrisj.wood@sympatico.ca> writes:
> Hi, I found this bug? In beta 3.  I am not a Linux guru so installing any
> betas in Debian is very painful for me.  Perhaps you could check to see if
> it is still there in beta 4??

I see no bug here.  You're invoking a set-returning function from a
PERFORM, which is a scalar context (it's not different from SELECT
really).

If you make the PERFORM be

  perform * from tempbug_c() ;

then it doesn't complain.

            regards, tom lane

В списке pgsql-bugs по дате отправления:

Предыдущее
От: "chris wood"
Дата:
Сообщение: bug found in 8.3 beta 3.
Следующее
От: "Pedro Gimeno"
Дата:
Сообщение: BUG #3822: Nonstandard precedence for comparison operators