> But there not any problem with returning values with code like this>> DECLARE> retval RECORD;>> retval.c2 := ....> RETRUN NEXT retval;>> if c2 is a field on some table?
Oh, that seems also to be problematic.