Re: Re: Turkish locale bug

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: teg(at)redhat(dot)com (Trond Eivind =?iso-8859-1?q?Glomsr=F8d?=), Sezai YILMAZ <sezaiy(at)ata(dot)cs(dot)hun(dot)edu(dot)tr>, Justin Clift <aa2(at)bigpond(dot)net(dot)au>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Re: Turkish locale bug
Date: 2001-03-03 00:13:29
Message-ID: 4957.983578409@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2001-03-03 00:25:58 Re: backend crashes deterministically
Previous Message Tom Lane 2001-03-03 00:11:00 Re: Re: Turkish locale bug

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-03-03 00:21:57 Re: WAL & RC1 status
Previous Message Tom Lane 2001-03-03 00:11:00 Re: Re: Turkish locale bug