PostgreSQL 7.x - Problem with Turkish localization
Hi.
I had a problem with Turkish localization of PostgreSQL 7.x. But I solved
it by myself.
Description:
I configure and compile PostgreSQL 7.x source
with "--enable-locale" parameter. Before running
postmaster I set environment variables r
Your name : Sezai YILMAZ
Your email address : [EMAIL PROTECTED]
System Configuration
-
Architecture (example: Intel Pentium) : AMD Duron
Operating System (example: Linux 2.0.26 ELF) : Linux 2.2.17 ELF
PostgreSQL version (example
Tom Lane wrote:
>
> Justin Clift <[EMAIL PROTECTED]> writes:
> > How about thinking in the other direction is it possible for
> > PostgreSQL to be able to recognised localised versions of SQL queries?
>
> > i.e. For a Turkish locale it associates "ınsert" INSERT and "unıon"
> > with UNION
Tom Lane wrote:
>
> Sezai YILMAZ <[EMAIL PROTECTED]> 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