Re: Exponential display of values

From: Joe Conway <mail(at)joeconway(dot)com>
To: Josh Berkus <josh(at)agliodbs(dot)com>
Cc: HK <harikrishnan(at)midascomm(dot)com>, pgsql-novice(at)postgresql(dot)org
Subject: Re: Exponential display of values
Date: 2003-08-05 16:41:32
Message-ID: 3F2FDE3C.9050003@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Josh Berkus wrote:
> Please see the documentation on "to_char()"
> Online Docs --> User Documentation --> Functions and Operators --> Formatting
> Functions.
>

Yeah, except the manual says this (even in 7.4):
EEEE scientific notation (not implemented yet)

You probably need to write a custom plperl (or pltcl, plpython, etc)
function.

Joe

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Carmical Casey 2003-08-05 23:13:26 Re: Permission error
Previous Message Josh Berkus 2003-08-05 16:36:52 Re: Exponential display of values