On Sat, Mar 19, 2011 at 6:10 AM, Tom Lane <t...@sss.pgh.pa.us> wrote: > Or we could bite the bullet and start using str_tolower(), but the > performance implications of that are unpleasant; not to mention that > we really don't want to re-introduce the "Turkish problem" with > unexpected handling of i/I in identifiers.
How about first pass with 'a' - 'A' and if highbit is found then str_tolower()? You will still confuse turks, but at least nothing should break. -- marko -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers