add collation support to postgresql

From: Mahmoud Taghizadeh <m_taghi(at)yahoo(dot)com>
To: Greg Stark <gsstark(at)mit(dot)edu>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)com>, Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: add collation support to postgresql
Date: 2005-01-25 13:35:43
Message-ID: 20050125133543.51605.qmail@web50708.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2005-01-25 15:56:38 Re: WAL: O_DIRECT and multipage-writer
Previous Message Dave Page 2005-01-25 12:39:35 Re: pg_autovacuum Win32 Service startup delay