Re: WIP patch: Collation support

From: Petr Jelinek <pjmodos(at)pjmodos(dot)net>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: WIP patch: Collation support
Date: 2008-09-24 05:18:47
Message-ID: 48D9CDB7.50004@pjmodos.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Magnus Hagander wrote:
>> exec("locale -a") ...
>>
>> I suppose we'd need something else for Windows, but I'm sure there's
>> a way.
>
> IIRC, the data is in the registry. Should be enumerable somehow - we'll
> have to do it platform specific of course, but it's not the first time
> we'd do that for windows...
>

There is EnumSystemLocales API function in Windows.

--
Regards
Petr Jelinek (PJMODOS)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeff Davis 2008-09-24 05:24:33 Re: Common Table Expressions (WITH RECURSIVE) patch
Previous Message Joshua D. Drake 2008-09-24 05:17:02 Re: parallel pg_restore