[postgis-devel] [PostGIS] #1635: [raster] Operator does not exist: raster ~ geometry

PostGIS trac at osgeo.org
Thu Mar 1 08:52:27 PST 2012


#1635: [raster] Operator does not exist: raster ~ geometry
---------------------+------------------------------------------------------
 Reporter:  nicklas  |       Owner:  pracine      
     Type:  defect   |      Status:  new          
 Priority:  medium   |   Milestone:  PostGIS 2.0.0
Component:  raster   |     Version:  trunk        
 Keywords:           |  
---------------------+------------------------------------------------------
Changes (by strk):

  * milestone:  PostGIS 2.1.0 => PostGIS 2.0.0


Comment:

 Don't forget to update utils/postgis_restore.pl to have the new signatures
 in the final list!
 (granted, not an easy task).

 Easy way: create and spatially-enable database temp; pg_dump -Fc temp >
 temp.dump; postgis_restore.pl -v temp.dump 2> log > /dev/null; grep ^KEEP
 log | grep raster

 Then copy & paste the output by the end of postgis_restore.pl dropping the
 "KEEP: " prefix, and sort.

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