To get the name of a weekday in other Language?

Поиск
Список
Период
Сортировка
От Csányi Pál
Тема To get the name of a weekday in other Language?
Дата
Msg-id CAONhAovv0twFurNwL2a2The71c_8d2KX_6sz9uhZLbKJxg1NMQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: To get the name of a weekday in other Language?  (Andreas Kretschmer <akretschmer@spamfence.net>)
Список 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 по дате отправления:

Предыдущее
От: Keith
Дата:
Сообщение: Re: Upgrading from PG 8.2.5 to 9.1.13
Следующее
От: Andreas Kretschmer
Дата:
Сообщение: Re: To get the name of a weekday in other Language?