[postgis-tickets] [PostGIS] #2435: ST_Summary regress difference between 2.0.3 and 2.1.0
PostGIS
trac at osgeo.org
Thu Aug 15 17:15:24 PDT 2013
#2435: ST_Summary regress difference between 2.0.3 and 2.1.0
---------------------+------------------------------------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.1.0
Component: postgis | Version: 2.1.x
Keywords: |
---------------------+------------------------------------------------------
This might just be a documentation bug since I see no mention of this
behavior change:
http://www.postgis.net/docs/manual-2.1/ST_Summary.html
{{{
SELECT ST_Summary('POINT(-11.1111111 40)'::geography)
}}}
{{{
POSTGIS="2.0.3 r11132" GEOS="3.5.0dev-CAPI-1.9.0 r0" PROJ="Rel. 4.8.0, 6
March 2012" GDAL="GDAL 1.10.0, released 2013/04/24" LIBXML="2.7.8"
LIBJSON="UNKNOWN" RASTER PostgreSQL 9.2.4, compiled by Visual C++ build
1600, 32-bit
Outputs:
Point[G]
}}}
{{{
POSTGIS="2.1.0rc3 r11766" GEOS="3.5.0dev-CAPI-1.9.0 r0" PROJ="Rel. 4.8.0,
6 March 2012" GDAL="GDAL 1.10.0, released 2013/04/24" LIBXML="2.7.8"
LIBJSON="UNKNOWN" RASTER PostgreSQL 9.2.4, compiled by Visual C++ build
1600, 32-bit
Outputs:
Point[GS]
}}}
What the hell is S for? That's not documented.
I assume that means it has a spstial ref? It's geography. No duh.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2435>
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