Re: [HACKERS] Locale-based identifier conversion and Turkish

2003-12-15 Thread Devrim GUNDUZ
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On Mon, 15 Dec 2003, Tom Lane wrote: > > As you can see "I" in "VOID" gets converted to i-dotless in conformance > > to tr_TR Locale conversion rules, which is not an expected behaviour for > > Turkish users who set their locale to tr_TR. > > W

Re: [HACKERS] Locale-based identifier conversion and Turkish

2003-12-15 Thread Tom Lane
Devrim GUNDUZ <[EMAIL PROTECTED]> writes: > Now, PostgreSQL 7.4 initdb fails if run with locale set to tr_TR: Ugh :-( > As you can see "I" in "VOID" gets converted to i-dotless in conformance > to tr_TR Locale conversion rules, which is not an expected behaviour for > Turkish users who set their

[HACKERS] Locale-based identifier conversion and Turkish

2003-12-15 Thread Devrim GUNDUZ
Hi, A year ago Nicolai Tufar <[EMAIL PROTECTED]> submitted a patch to change lower-case conversion of identifiers from locale-dependent to ASCII in this thread: http://archives.postgresql.org/pgsql-hackers/2002-11/msg01159.php Tom Lane argued that SQL99 standard states that identifier case conv