"=?big5?B?cndlbGw=?=" <rwell@sinaman.com> writes:
> How can I return RECORD in my function as I get this msg
You can't. The return type of the function has to be declared as
a real datatype (say, the row datatype of the table in question).
"RECORD" is just a convenient placeholder within plpgsql.
regards, tom lane