Re: How to get localized to_char(DATE) output

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: How to get localized to_char(DATE) output
Date: 2010-05-06 10:46:00
Message-ID: hru6l8$567$1@dough.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Jasen Betts, 06.05.2010 11:57:
>> The manual says the value for lc_time is OS dependent and indeed "set lc_time = 'German'" does not work on Solaris.
>>
>> Is there a way to get a list of allowed values for lc_time for a specific installation?
>
> "man -k locale" would be my starting point (for anything POSIXish)
>
> Looks like "locale -a" does it on linux, that may be worth a try.
>
> "de_DE" is the locale for German as used in Germany.
>
>
>
Thanks for the answer. Is there a way to get this information from within a SQL statement?

Regards
Thomas

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2010-05-06 14:22:07 Re: How to get localized to_char(DATE) output
Previous Message Jasen Betts 2010-05-06 09:57:34 Re: How to get localized to_char(DATE) output