Re: locale support

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
Cc: ncm(at)zembu(dot)com, pgsql-hackers(at)postgresql(dot)org
Subject: Re: locale support
Date: 2001-02-13 14:47:41
Message-ID: 4416.982075661@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp> writes:
> I know this is not PostgreSQL's fault but the broken locale data on
> certain platforms. The problem makes it impossible to use PostgreSQL
> RPMs in Japan.
>>
> I'm looking for solutions/workarounds for this problem.
>>
>> Build a set of RPMs without locale support?

>> Run it with LC_ALL="C".

> Both of them seem not ideal solutions for RPM. It would be nice if we
> could distribute single binary and start up file in RPM.

If you can find a non-intrusive way to do that, sure ... but I don't
think that we should expend any great amount of effort, nor uglify the
code, in order to cater to a demonstrably broken library on one
particular platform.

The LC_ALL answer seems the best to me.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Rod Taylor 2001-02-13 15:35:25 C Trigger issue
Previous Message Ryan Kirkpatrick 2001-02-13 13:40:39 Re: Recovery of PGSQL after system crash failing!!!