To get the name of a weekday in other Language? - Mailing list pgsql-novice

From Csányi Pál
Subject To get the name of a weekday in other Language?
Date
Msg-id CAONhAovv0twFurNwL2a2The71c_8d2KX_6sz9uhZLbKJxg1NMQ@mail.gmail.com
Whole thread Raw
Responses Re: To get the name of a weekday in other Language?  (Andreas Kretschmer <akretschmer@spamfence.net>)
List 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


pgsql-novice by date:

Previous
From: Keith
Date:
Subject: Re: Upgrading from PG 8.2.5 to 9.1.13
Next
From: Andreas Kretschmer
Date:
Subject: Re: To get the name of a weekday in other Language?