[postgis-tickets] [PostGIS] #2501: EXTENSION in-place upgrade from 2.0 from 2.1 leaves topology procs not upgraded

PostGIS trac at osgeo.org
Wed Oct 9 04:09:49 PDT 2013


#2501: EXTENSION in-place upgrade from 2.0 from 2.1 leaves topology procs not
upgraded
-----------------------------------+----------------------------------------
 Reporter:  zenitram               |       Owner:  strk         
     Type:  defect                 |      Status:  assigned     
 Priority:  high                   |   Milestone:  PostGIS 2.1.1
Component:  build/upgrade/install  |     Version:  2.1.x        
 Keywords:                         |  
-----------------------------------+----------------------------------------

Comment(by strk):

 Ok I can see that the the problem is indeed bug #2502, in that after the
 upgrade of topology extension from 2.0.3 to 2.1.0 we end up having two
 different versions of "postgis_topology_scripts_installed". One in the
 public schema, and the other in the "topology" schema.

 Up to right after CREATE EXTENSION FROM unpackaged there's a single one,
 and it is in public.
 Running "ALTER EXTENSION postgis_topology UPDATE TO '2.1.0'" create the
 new function under topology and doesn't drop the one in public.

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