> 1. citext_eq(citext,citext) > 2. citext_eq(text,citext) > 3. citext_eq(citext,text) > > Then the question is: does it find only #2 via polymorphic lookup, or does it > think that either #1 or #2 could work (because text supports an implicit cast > to citext, IIRC). If it's more than one it's an error. Not sure if the same > issue exists for operators.
Well, I just ran through the 7 potential combinations, and didn't get any errors. Hard to tell which function is being used, of course. -- Josh Berkus PostgreSQL Experts Inc. http://pgexperts.com -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers