[postgis-tickets] [PostGIS] #2485: [raster]: SQL functions namespace qualification

PostGIS trac at osgeo.org
Mon Sep 23 08:47:59 PDT 2013


#2485: [raster]: SQL functions namespace qualification
----------------------+-----------------------------------------------------
 Reporter:  rdunklau  |       Owner:  dustymugs    
     Type:  defect    |      Status:  new          
 Priority:  medium    |   Milestone:  PostGIS 2.0.5
Component:  raster    |     Version:  2.0.x        
 Keywords:            |  
----------------------+-----------------------------------------------------

Comment(by robe):

 Other functions at issue at a cursory glance I think these are the only
 problematic ones.

 _raster_constraint_info_regular_blocking

 _raster_constraint_nodata_values

 _raster_constraint_out_db


  As noted by rdunklau, I think with extension install, there is a way to
 grab the chosen extension and add that as a search_path of the function,
 but not with old way of installing. Anyway it sounds kinda messy even with
 extension. The ideal solution is avoiding calling other none pg_catalog
 functions from the constraints.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2485#comment:3>
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-tickets mailing list