Re: How to find correct locale name for CREATE DATABASE

From: "Andrus" <kobruleht2(at)hot(dot)ee>
To: "Peter Eisentraut" <peter_e(at)gmx(dot)net>
Cc: "Thom Brown" <thom(at)linux(dot)com>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: How to find correct locale name for CREATE DATABASE
Date: 2010-12-01 14:15:20
Message-ID: A425F3DDE62C4F3EB8CF03890FBEAA8F@andrusnotebook
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> There is no portable operating system interface to get the names of all
> locales.

Thank you.
Why postgres does not use conditional directives like

#ifdef WINDOWS

...

#endif

#ifdef LINUX
..
#endif

to return list of available locales ?

Andrus.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Martin Gainty 2010-12-01 14:19:09 Re: A question about timezone
Previous Message Peter Eisentraut 2010-12-01 14:08:49 Re: How to find correct locale name for CREATE DATABASE