[postgis-tickets] [PostGIS] #2485: [raster]: raster constraints prevent raster data from restoring

PostGIS trac at osgeo.org
Mon Oct 14 17:53:19 PDT 2013


#2485: [raster]: raster constraints prevent raster data from restoring
----------------------+-----------------------------------------------------
 Reporter:  rdunklau  |       Owner:  dustymugs    
     Type:  defect    |      Status:  new          
 Priority:  critical  |   Milestone:  PostGIS 2.0.5
Component:  raster    |     Version:  trunk        
 Keywords:            |  
----------------------+-----------------------------------------------------

Comment(by robe):

 Why? Because its not part of core -- but plv8 installs in pg_catalog.  We
 can have our cake and eat it too and with extensions it's a simple


 {{{
 ALTER EXTENSION postgis SET SCHEMA pg_catalog;
 }}}

  It's like being part of core without being part of core.  I did discover
 one downside which might be a bug in our extension upgrade or extension
 model.  I can't go back. I'm trapped in core.

 If I do


 {{{
 ALTER EXTENSION postgis set SCHEMA public;

 }}}

 Gives notice -- cannot remove dependency on schema pg_catalog because it
 is a system object.

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