Re: How to convert numbers into words in postgresql

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: How to convert numbers into words in postgresql
Date: 2013-05-14 22:35:02
Message-ID: 5192BC16.1020603@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 5/14/2013 3:24 PM, Adrian Klaver wrote:
>>
>>
>> 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.

not sure I'd call that documentation. I was asking, where is that
described in the postgresql manual? I looked in every category I
thought was appropriate here,
http://www.postgresql.org/docs/current/static/functions.html and didn't
find it.

--
john r pierce 37N 122W
somewhere on the middle of the left coast

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message CR Lender 2013-05-14 22:36:35 Re: Storing Special Characters
Previous Message Chris Angelico 2013-05-14 22:31:43 Re: Storing Special Characters