[postgis-devel] [PostGIS] #457: ST_CollectionExtract returns non-requested type

PostGIS trac at osgeo.org
Fri Mar 5 11:43:14 PST 2010


#457: ST_CollectionExtract returns non-requested type
---------------------+------------------------------------------------------
 Reporter:  strk     |       Owner:  pramsey
     Type:  defect   |      Status:  new    
 Priority:  medium   |   Milestone:         
Component:  postgis  |     Version:  trunk  
 Keywords:           |  
---------------------+------------------------------------------------------
 {{{
 strk=# select st_astext(ST_CollectionExtract('POINT(0 0)', 2));
  st_astext
 ------------
  POINT(0 0)

 strk=# select st_astext(ST_CollectionExtract('POINT(0 0)', 3));
  st_astext
 ------------
  POINT(0 0)
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/457>
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