[postgis-devel] [PostGIS] #1663: ST_Summary output contains a spurious "+" sign
PostGIS
trac at osgeo.org
Wed Mar 7 09:05:36 PST 2012
#1663: ST_Summary output contains a spurious "+" sign
---------------------+------------------------------------------------------
Reporter: strk | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: postgis | Version: trunk
Keywords: |
---------------------+------------------------------------------------------
{{{
strk=# select ST_Summary('POINT(0 0)'::geometry);
st_summary
------------
Point[] +
(1 row)
}}}
This is against postgresql 9.1, with:
POSTGIS="2.0.0beta2SVN" GEOS="3.3.2dev-CAPI-1.7.2" PROJ="Rel. 4.8.0, 20
February 2012" GDAL="GDAL 1.9.0, released 2011/12/29" LIBXML="2.7.6"
SVN_REVISION=9419 USE_STATS (procs from 2.0 r0 need upgrade)
NOTE: can't upgrade because "cannot drop function
addgeometrycolumn(character varying,character varying,character
varying,character varying,integer,character varying,integer,boolean)
because extension postgis requires it"
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1663>
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-devel
mailing list