Re: Turkish locale bug
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Sezai YILMAZ <sezaiy@ata.cs.hun.edu.tr>
Cc: pgsql-bugs@postgresql.org
Date: 2001-02-21T19:11:17Z
Lists: pgsql-bugs, pgsql-hackers
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 "unon". Then "nsert" and > "unon" 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