Re: [GENERAL] Return value (instead of reference) for user defined

2006-05-02 Thread Don Y
Tom Lane wrote: Don Y <[EMAIL PROTECTED]> writes: Nearest I can tell, the problem is related to my attempt to return an int "by value" If that's what you intend, try cluing in CREATE TYPE (see PASSEDBYVALUE). Thanks! That did the trick! --don ---(end of broadcast)--

Re: [GENERAL] Return value (instead of reference) for user defined type

2006-05-02 Thread Tom Lane
Don Y <[EMAIL PROTECTED]> writes: > Nearest I can tell, the problem is related to my attempt to > return an int "by value" If that's what you intend, try cluing in CREATE TYPE (see PASSEDBYVALUE). regards, tom lane ---(end of broadcast)