On Mon, Apr 13, 2009 at 2:40 PM, Tino Wildenhain wrote:
> justin wrote:
>>
>>
>> Tom Lane wrote:
>>>
>>> Tino Wildenhain writes:
>>>
I would not recommend to do this within the database. Thats typical
a job for your presentation layer.
>>>
>>> ... but having said that, I think
Tino Wildenhain wrote:
justin wrote:
I disagree the database is the wrong place, there are cases it makes
sense.
Which cases would that be?
Regards
Tino
Report engines that don't have this ability . I use for check writing.
To come think, I don't know of UI framework or report engine
justin wrote:
Tom Lane wrote:
Tino Wildenhain writes:
I would not recommend to do this within the database. Thats typical
a job for your presentation layer.
... but having said that, I think the "money" datatype has a function
for this. Whether that's of any use to you I dunno; mo
Tom Lane wrote:
Tino Wildenhain writes:
I would not recommend to do this within the database. Thats typical
a job for your presentation layer.
... but having said that, I think the "money" datatype has a function
for this. Whether that's of any use to you I dunno; mo
Albe Laurenz wrote:
> Abdul Rehman wrote:
> > Can any body help me in converting numeric values into words
> > via postgres function: i.e. 313 to THREE HUNDRED THREE
>
> Here is a little PL/pgSQL function that should do what you
> want for numbers < 1.
> It should be easy to extend if
Abdul Rehman wrote:
> Can any body help me in converting numeric values into words
> via postgres function: i.e. 313 to THREE HUNDRED THREE
Here is a little PL/pgSQL function that should do what you
want for numbers < 1.
It should be easy to extend if you switch to bigint and decide
i
Tino Wildenhain writes:
> Abdul Rehman wrote:
>> Can any body help me in converting numeric values into words via
>> postgres function: i.e. 313 to THREE HUNDRED THREE
> I would not recommend to do this within the database. Thats typical
> a job for your presentation layer.
... but having said
Abdul Rehman wrote:
Hi all,
Can any body help me in converting numeric values into words via
postgres function: i.e. 313 to THREE HUNDRED THREE
I would not recommend to do this within the database. Thats typical
a job for your presentation layer.
Regards
Tino
--
Sent via pgsql-general maili
In response to Abdul Rehman :
> Hi all,
>
> Can any body help me in converting numeric values into words via postgres
> function: i.e. 313 to THREE HUNDRED THREE
You can use the PERL-Module from
http://search.cpan.org/~sburke/Lingua-EN-Numbers-1.01/lib/Lingua/EN/Numbers.pm
and plperlU
Andreas
-
Hi all,
Can any body help me in converting numeric values into words via postgres
function: i.e. 313 to THREE HUNDRED THREE
Regards,
Abdul Rehman.
10 matches
Mail list logo