How can I return RECORD in my function as I get this msg

ERROR:  fmgr_info: function 0: cache lookup failed

my function was delcared like this:

create function testfunction() returns record as '
declare
result record;
begin
select into result * from test;
return record;
end;
' language 'plpgsql'
Thx
==================================================================
新浪免費電子信箱  http://sinamail.sina.com.hk




---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to