[postgis-devel] [PostGIS] #870: [raster] Optimize ST_DumpAsWKTPolygons

PostGIS trac at osgeo.org
Tue Mar 29 06:21:00 PDT 2011


#870: [raster] Optimize ST_DumpAsWKTPolygons
--------------------------+-------------------------------------------------
  Reporter:  dzwarg       |       Owner:  jorgearevalo 
      Type:  enhancement  |      Status:  closed       
  Priority:  medium       |   Milestone:  PostGIS 2.0.0
 Component:  postgis      |     Version:  trunk        
Resolution:  fixed        |    Keywords:               
--------------------------+-------------------------------------------------

Comment(by jorgearevalo):

 Fixed in r6986. The problem is I was testing with PostgreSQL 9.0.3. With
 that version, the expected output is:

 SELECT 100
 SELECT 9

 instead of

 SELECT
 SELECT

 This will probably require a new ticket.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/870#comment:12>
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