Re: How to get dow in Hungarian?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Csanyi Pal <csanyipal(at)gmail(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: How to get dow in Hungarian?
Date: 2012-07-26 05:23:46
Message-ID: 11762.1343280226@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Csanyi Pal <csanyipal(at)gmail(dot)com> writes:
> How can I get the day name say 'monday' not in English but in Hungarian?

The documentation for to_char suggests that you need to say "tmday"
not just "day" to get a translated day name. You might also need to
fool with your LC_TIME setting.

regards, tom lane

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Csanyi Pal 2012-07-26 05:47:06 Re: How to get dow in Hungarian?
Previous Message Csanyi Pal 2012-07-26 05:11:26 How to get dow in Hungarian?