Opened 11 years ago
Closed 11 years ago
#2435 closed defect (fixed)
ST_Summary regress difference between 2.0.3 and 2.1.0
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.1.0 |
Component: | documentation | Version: | 2.1.x |
Keywords: | Cc: |
Description
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.
Change History (2)
comment:1 by , 11 years ago
Component: | postgis → documentation |
---|---|
Owner: | changed from | to
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I'm guessing this is strk's handy work. I see the same issue with geometry.
2.1.0 gives:
and 2.0.3 gives
I'll just switch this to a documentation bug and assume S means has a known spatial ref.