"PostgreSQL Bugs List" <[EMAIL PROTECTED]> writes: > - if (inputTypeId == UNKNOWNOID && IsA(node, Const)) > + if ( ( ( ( inputTypeId == UNKNOWNOID) || (inputTypeId == TEXTOID ) ) > && IsA(node, Const))&& IsA(node, Const) )
No thank you. Fix your broken client code, rather than screwing up type coercion behavior for everyone else. If you've explicitly specified that something is TEXT, then the system should treat it as TEXT. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html