From: | Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com> |
---|---|
To: | John R Pierce <pierce(at)hogranch(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: How to convert numbers into words in postgresql |
Date: | 2013-05-14 22:24:26 |
Message-ID: | 5192B99A.1000606@gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On 05/14/2013 03:17 PM, John R Pierce wrote:
> On 5/14/2013 2:57 PM, Alvaro Herrera wrote:
>> Jashaswee escribió:
>>> >i want to convert numbers into words in postgresql.is there any
>>> query for it?
>>> >if yes please reply soon
>> Try cash_words()
>
>
> um, where is that documented? I've searched the various 'functions'
> pages, and not seen it, nor is it in the manual Index.
production=> \df cash_words
List of functions
Schema | Name | Result data type | Argument data types | Type
------------+------------+------------------+---------------------+--------
pg_catalog | cash_words | text | money | normal
Seems to only work with money type.
>
>
>
--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com
From | Date | Subject | |
---|---|---|---|
Next Message | Merlin Moncure | 2013-05-14 22:27:46 | Re: How to convert numbers into words in postgresql |
Previous Message | Merlin Moncure | 2013-05-14 22:23:58 | Re: How to convert numbers into words in postgresql |