"chris wood" <[EMAIL PROTECTED]> 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 ---------------------------(end of broadcast)--------------------------- TIP 7: You can help support the PostgreSQL project by donating at http://www.postgresql.org/about/donate