Re: Re: Turkish locale bug
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: teg@redhat.com (Trond Eivind Glomsrød ), Sezai YILMAZ <sezaiy@ata.cs.hun.edu.tr>, Justin Clift <aa2@bigpond.net.au>, pgsql-hackers@postgresql.org
Date: 2001-03-03T00:13:29Z
Lists: pgsql-bugs, pgsql-hackers
I said: > In Turkish this means that either INSERT or insert will be seen as > a keyword, while either XINSERT or xinsert will become "xnsert". Sheesh. Gotta think twice before pressing SEND. That should be INSERT -> keyword insert -> keyword XINSERT -> "xnsert" xinsert -> "xinsert" since of course the issue is the lowercase transform of "I". regards, tom lane