Re: Turkish locale bug

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Justin Clift <aa2@bigpond.net.au>
Cc: Sezai YILMAZ <sezaiy@ata.cs.hun.edu.tr>, pgsql-bugs@postgresql.org, pgsql-hackers@postgresql.org
Date: 2001-02-20T03:37:52Z
Lists: pgsql-bugs, pgsql-hackers
Justin Clift <aa2@bigpond.net.au> 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 "unon"
> with UNION.

Hmm.  Wouldn't that mean that if someone actually wrote nsert,
it would be taken as matching the INSERT keyword, not as an identifier?
If I understood Sezai correctly, that would surprise a Turkish user.
But if this behavior is OK then you might have a good answer.

			regards, tom lane