"Kevin Grittner" <[EMAIL PROTECTED]> writes:
> Richard Huxton <dev@archonet.com> wrote: 
>> It's the coalesce that has the problem, not the insert. The coalesce is 
>> deciding that it's working on text, and so returns text.
 
> It seems like maybe it would be worth overloading the coalesce method
> to handle this particular case differently.

And do what?  The only information you have is that all the inputs are
of unknown type.  You do not get to look at context, because the type
resolution algorithm has to work bottom-up in expressions.

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Reply via email to