On Fri, Feb 11, 2005 at 03:37:01PM -0500, Tom Lane wrote:
> [ thinks about that for awhile... ] Oh, I see. The reason this appears
> to work is that plpgsql compiles a separate version of the function for
> each actual parameter datatype that is used in a given session. So in
> your example, you get a separate version for integer, numeric, etc.
Is that the general case for polymorphic functions?
--
Michael Fuhr
http://www.fuhr.org/~mfuhr/