Re: Turkish locale bug - Mailing list pgsql-bugs

From Sezai YILMAZ
Subject Re: Turkish locale bug
Date
Msg-id 3A9611AF.CA5203F1@ata.cs.hun.edu.tr
Whole thread Raw
In response to Turkish locale bug  (Sezai YILMAZ <sezaiy@ata.cs.hun.edu.tr>)
List pgsql-bugs
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

pgsql-bugs by date:

Previous
From: "Chowalit Tinnagonsubout"
Date:
Subject: Error of dump OID datatype
Next
From: "Rainer Mager"
Date:
Subject: RE: Problem with 7.0.3 dump -> 7.1b4 restore