Re: [HACKERS] to_char and i18n

Поиск
Список
Период
Сортировка
От Euler Taveira de Oliveira
Тема Re: [HACKERS] to_char and i18n
Дата
Msg-id 20051225205603.54434.qmail@web32702.mail.mud.yahoo.com
обсуждение исходный текст
Ответы Re: [HACKERS] to_char and i18n  (Karel Zak <zakkr@zf.jcu.cz>)
Re: [HACKERS] to_char and i18n  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
--- Euler Taveira de Oliveira <eulerto@yahoo.com.br> escreveu:

> I have a patch like this. But this was for 7.4.x. I have to take a
> look
> at it.
>
The patch is attached. It implements day and month i18n. I fixed a few
misspelling comments. Docs is attached too.

template1=# select to_char(now(), 'Day, DD Month YYYY');
           to_char
------------------------------
 Sunday   , 25 December  2005
(1 registro)

template1=# select to_char(now(), 'TMDay, DD TMMonth YYYY');
          to_char
---------------------------
 Domingo, 25 Dezembro 2005
(1 registro)

template1=#


Comments?

Euler Taveira de Oliveira
euler[at]yahoo_com_br








_______________________________________________________
Yahoo! doce lar. Faça do Yahoo! sua homepage.
http://br.yahoo.com/homepageset.html

Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: Re: [BUGS] BUG #2120: Crash when doing UTF8<->ISO_8859_8
Следующее
От: Qingqing Zhou
Дата:
Сообщение: Re: Improve XLOG_NO_TRAN related comments