Re: function returning a readable representation of a number - Mailing list pgsql-general

From Mike G
Subject Re: function returning a readable representation of a number
Date
Msg-id 20040714013715.GB3003@localhost.localdomain
Whole thread Raw
In response to function returning a readable representation of a number  ("Najib Abi Fadel" <nabifadel@usj.edu.lb>)
List pgsql-general
Nope.

You can create one though.

Mike

On Tue, Jul 13, 2004 at 12:07:17PM +0200, Najib Abi Fadel wrote:
> Is there any postgres function that do the following:
>
> select func(9123456789);
> 9 123 456 789
>
> the function is given a number and it returns a "readable" string representation of the number seperating groups of 3
numbersby spaces. 
>
> Thx

pgsql-general by date:

Previous
From: Thomas F.O'Connell
Date:
Subject: Re: Indexes and Tables: Growth and Treatment
Next
From: elein
Date:
Subject: Re: optimization with limit and order by in a view