Re: Function to spell out a number

Поиск
Список
Период
Сортировка
От Mladen Gogala
Тема Re: Function to spell out a number
Дата
Msg-id 4CD2DB27.3090206@vmsinfo.com
обсуждение исходный текст
Ответ на Function to spell out a number  (lists@kambanaria.org)
Список pgsql-novice
lists@kambanaria.org wrote:
> Hi everyone,
> I've checked the manual and a bit online but could not find this:
> Is there a provided function to spell out numbers in Postgres? (in
> different languages if possible.)
> For example:
> to_words(1234) => 'two hundred and thirty four"
> Kind regards:
> al_shopov
>
>
There is a Perl module Number::Spell which has that functionality. It
supports all important languages, both British English and the American
English. You can write a plperlu function and grant execute on it to the
application user.

--

Mladen Gogala
Sr. Oracle DBA
1500 Broadway
New York, NY 10036
(212) 329-5251
http://www.vmsinfo.com
The Leader in Integrated Media Intelligence Solutions




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

Предыдущее
От: lists@kambanaria.org
Дата:
Сообщение: Function to spell out a number
Следующее
От: Thomas Kellerer
Дата:
Сообщение: Re: Function to spell out a number