add collation support to postgresql - Mailing list pgsql-patches

From Mahmoud Taghizadeh
Subject add collation support to postgresql
Date
Msg-id 20050125133543.51605.qmail@web50708.mail.yahoo.com
Whole thread Raw
List pgsql-patches
Dear list

as you know there was a  discussion in list about
using nls_string or nls_strxfrm function for having
multiple locale at the same time in postgresql.

many of developers accepted this method as a correct
but not perfect solution.

the main problem of this function is using setlocale
and its bad performance.

I attached this mail one implementation of strxfrm
functions (prepared by karl zak)

would you please add this function to the contribution
so that other people can use this function and do some
improvment in it?


Best Regards



__________________________________
Do you Yahoo!?
Meet the all-new My Yahoo! - Try it today!
http://my.yahoo.com



pgsql-patches by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: add soundex difference function to contrib/fuzzystrmatch
Next
From: Tom Lane
Date:
Subject: Re: WAL: O_DIRECT and multipage-writer