[postgis-tickets] [PostGIS] #2258: Can't upgrade from 2.1.0 to 2.1.0 when postgis in non-default schema

PostGIS trac at osgeo.org
Mon Apr 1 18:39:52 PDT 2013


#2258: Can't upgrade from 2.1.0 to 2.1.0 when postgis in non-default schema
-----------------------------------+----------------------------------------
 Reporter:  robe                   |       Owner:  strk         
     Type:  defect                 |      Status:  new          
 Priority:  blocker                |   Milestone:  PostGIS 2.1.0
Component:  build/upgrade/install  |     Version:  trunk        
 Keywords:                         |  
-----------------------------------+----------------------------------------

Comment(by robe):

 Confirmed, its only an issue if you have postgis installed in non-public.

 IF I do this with this database:

 {{{
 ALTER EXTENSION postgis SET SCHEMA public;
 ALTER EXTENSION postgis UPDATE TO "2.1.0SVNnext";
 ALTER EXTENSION postgis SET SCHEMA postgis;

 }}}

 Works fine but of course no one should be required to go thru hoops like
 this just because they want to keep the trillions of functions of postgis
 away from their core data.

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