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

From gnari
Subject Re: function returning a readable representation of a number
Date
Msg-id 001101c468c0$31a89d80$0100000a@wp2000
Whole thread Raw
In response to function returning a readable representation of a number  ("Najib Abi Fadel" <nabifadel@usj.edu.lb>)
List pgsql-general
Sent: Tuesday, July 13, 2004 10:07 AM
Subject: [GENERAL] function returning a readable representation of a number

> Is there any postgres function that do the following:
> select func(9123456789);
> 9 123 456 789
 
you mean like
 
select to_char(9123456789,'999 999 999 999');
 
?
 
gnari
 

pgsql-general by date:

Previous
From: Janko Richter
Date:
Subject: Re: Latitude/Longitude data types and functions
Next
From: "Markus Wollny"
Date:
Subject: Tuning random_page_cost