Re: [BUGS] Turkish locale bug

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: [BUGS] Turkish locale bug
Дата
Msg-id 3A929D03.5EB86AFA@alumni.caltech.edu
обсуждение исходный текст
Ответ на Re: [BUGS] Turkish locale bug  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [BUGS] Turkish locale bug  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Merhaba Sezai!

> I am starting to think that the only real solution is a special case
> for Turkish users.  Perhaps use tolower() normally but have a compile-
> time option to use a non-locale-aware method:

istm that this illustrates the tip of the locale iceberg as we think
about moving to a more "locale independent" strategy. Applying
locale-specific munging when scanning tokens prohibits a
context-sensitive interpretation of tokens, which we will need to fully
implement a reasonable set of (or reasonable interpretation of) SQL9x
character set and collation features.

Anyway, your proposal is just fine since we haven't decoupled these
things farther back in the server. But eventually we should hope to have
SQL_ASCII and other character sets enforced in context.
                     - Thomas


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: About the FAQ_HPUX updates
Следующее
От: Thomas Lockhart
Дата:
Сообщение: Re: beta5 ...