Re: Turkish locale bug
Sezai YILMAZ <sezaiy@ata.cs.hun.edu.tr>
From: Sezai YILMAZ <sezaiy@ata.cs.hun.edu.tr>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-bugs@postgresql.org
Date: 2001-02-23T07:30:55Z
Lists: pgsql-bugs, pgsql-hackers
Tom Lane wrote: > > Sezai YILMAZ <sezaiy@ata.cs.hun.edu.tr> writes: > > With Turkish locale it is not possible to write SQL queries in CAPITAL > > letters. SQL identifiers like "INSERT" and "UNION" first are > > downgraded to "ınsert" and "unıon". Then "ınsert" and > > "unıon" does not match as SQL identifier. > > I believe this should now work correctly with the changes I just > committed. If you have the time, please try it out --- you can get > current sources from our CVS server, or use a nightly snapshot dated > tomorrow or later, or use 7.1beta5 when it comes out (which should be > shortly). > > regards, tom lane I have tested it with nightly snapshot dated 22 Feb 2001 and it is working. Thanks a lot. regards -sezai