Re: strcoll_l an new approach for locale per column
- From: Tom Lane <tgl@sss.pgh.pa.us>
- To: Mahmoud Taghizadeh <m_taghi@yahoo.com>
- Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
- Subject: Re: strcoll_l an new approach for locale per column
- Date: Wed, 22 Dec 2004 11:19:16 -0500
- Message-id: <4339.1103732356@sss.pgh.pa.us>
Mahmoud Taghizadeh <m_taghi@yahoo.com> writes:
> 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.
Sorry, but depending on glibc-only functionality is a non-starter.
We run on many platforms that use other libc implementations.
Anything not standardized by the Single Unix Spec isn't even worth
suggesting...
http://www.opengroup.org/onlinepubs/007908799/
regards, tom lane
Home |
Main Index |
Thread Index