Group: pgsql.bugs


Subject: bug found in 8.3 beta 3.
From: tgl@sss.pgh.pa.us (Tom Lane)
Date: 12/17/2007 1:19:13 PM
"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 ---------------------------(end of broadcast)--------------------------- TIP 7: You can help support the PostgreSQL project by donating at http://www.postgresql.org/about/donate