[postgis-tickets] [PostGIS] #2146: ST_AsText returns 'e' as exponent
PostGIS
trac at osgeo.org
Tue Dec 11 21:03:43 PST 2012
#2146: ST_AsText returns 'e' as exponent
----------------------+-----------------------------------------------------
Reporter: yossi | Owner: pramsey
Type: defect | Status: closed
Priority: medium | Milestone: PostGIS 2.0.3
Component: postgis | Version: 2.0.x
Resolution: invalid | Keywords:
----------------------+-----------------------------------------------------
Changes (by robe):
* status: new => closed
* resolution: => invalid
Comment:
I'm going to dismiss this as an invalid request. If your issue is that it
should be E because that is the standard for PostgreSQL, then I would have
to point out this.
{{{
SELECT POWER(10,-20);
}}}
Which on my windows box returns:
{{{
1e-020
}}}
lowercase e. So I see no reason why the output from PostGIS should be
upper case E when said function returns lowercase e.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2146#comment:3>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list