strcoll_l an new approach for locale per column

Поиск
Список
Период
Сортировка
От Mahmoud Taghizadeh
Тема strcoll_l an new approach for locale per column
Дата
Msg-id 20041222091236.61241.qmail@web50707.mail.yahoo.com
обсуждение исходный текст
Ответы Re: strcoll_l an new approach for locale per column
Список pgsql-hackers
in this list there is some discussion about adding
support locale per column.
as far as I know the final result was that:
because postgresql uses glibc locale functions, and
because glibc only handle one locale, postgresql also
suppor only one locale at the same time.

one solution was that use some help functions (such as
nls_sort, or strxfrm...) and use setlocale to support
other locale.

the main problem with these solutions was that 
1. it is not standart
2. the overhead of setlocale is too high

as far as I investigate the glibc code, I found some
extention function such as strcol_l and strxfrm_l that
let you to pass locale to them. so you dont have to
change locale repeatedly.


I want to know the groups idea? 


Best Regards

    
__________________________________ 
Do you Yahoo!? 
Send holiday email and support a worthy cause. Do good. 
http://celebrity.mail.yahoo.com


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

Предыдущее
От: Jaime Casanova
Дата:
Сообщение: Re: Thoughts about updateable views
Следующее
От: Hannu Krosing
Дата:
Сообщение: Re: getting 'order by' working with unicode locale? ICU?