To get the name of a weekday in other Language?

From: Csányi Pál <csanyipal(at)gmail(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: To get the name of a weekday in other Language?
Date: 2014-08-18 10:09:57
Message-ID: CAONhAovv0twFurNwL2a2The71c_8d2KX_6sz9uhZLbKJxg1NMQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi,

can I get the name of a weekday in Hungarian?

The command that I'm running is:

select to_char(date '2014-08-19','Day');
to_char
-----------
Tuesday
(1 row)

Can I get instead of Tuesday the weekday name in Hungarian ( which is Kedd )?

--
Regards from Pal

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Andreas Kretschmer 2014-08-18 10:34:53 Re: To get the name of a weekday in other Language?
Previous Message Keith 2014-08-18 00:34:43 Re: Upgrading from PG 8.2.5 to 9.1.13