Re: How to add locale support for each column?

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Mahmoud Taghizadeh <m_taghi(at)yahoo(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: How to add locale support for each column?
Date: 2004-09-19 08:45:39
Message-ID: 200409191045.39452.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Mahmoud Taghizadeh wrote:
> I have already this mail to PATCHES mailing list and nobody replied
> me !!!., Hope the hackers and the developers send their ideas.
>
> Qustion: is this approach is suitable for solving the need for locale
> per column in PostgreSQL ?

I doubt that, because 1) it's nonstandard, and 2) switching the locale
at run time is too expensive when using the system library. It's a
good workaround, though, if it satisfies the requirements of your
application.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paesold 2004-09-19 13:42:28 Re: SAVEPOINT SQL conformance
Previous Message Mahmoud Taghizadeh 2004-09-19 06:53:40 How to add locale support for each column?

Browse pgsql-patches by date

  From Date Subject
Next Message Greg Stark 2004-09-19 16:07:35 Re: How to add locale support for each column?
Previous Message LELARGE Guillaume 2004-09-19 08:29:32 Re: French translation updates for 7.4 and 7.5