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

From Najib Abi Fadel
Subject function returning a readable representation of a number
Date
Msg-id 003a01c468c1$3083fe30$f664a8c0@najib
Whole thread Raw
Responses Re: function returning a readable representation of a number  (Mike G <mike@thegodshalls.com>)
Re: function returning a readable representation of a number  (CoL <col@mportal.hu>)
List pgsql-general
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 numbers by spaces.
 
Thx

pgsql-general by date:

Previous
From: ljb
Date:
Subject: Re: change the last bit
Next
From: Janko Richter
Date:
Subject: Re: Latitude/Longitude data types and functions