Andrew Dunstan <[EMAIL PROTECTED]> writes: > Yes, this appears to be a bug, not related to encoding etc. Maybe we > should be calling func_signature_string in generating this error.
Can't, because you don't have an Oid array for the types. TypeNameToString is the correct thing --- I'm considering inventing "TypeNameListToString" in order to make generating the message simple. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match