[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 03:55:08 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:  new          
 Priority:  medium                 |   Milestone:  PostGIS 2.1.1
Component:  build/upgrade/install  |     Version:  2.1.x        
 Keywords:                         |  
-----------------------------------+----------------------------------------

Comment(by strk):

 I could actually reproduce the problem, with code from tag 2.0.3 and code
 from tag 2.1.0.
 Steps to reproduce:

 1. create db "test", load postgis/raster/topology using 2.0.3 scripts
 2. install postgis 2.1.0
 3. CREATE EXTENSION postgis VERSION '2.0.3' FROM unpackaged;
 4. CREATE EXTENSION postgis_topology VERSION '2.0.3' FROM unpackaged;
 5. ALTER EXTENSION postgis UPDATE TO '2.1.0';
 6. ALTER EXTENSION postgis_topology UPDATE TO '2.1.0';

 At the end of the steps, postgis_full_version reports:
  POSTGIS="2.1.0 r11822" (topology procs from "2.0.3 r11132" need upgrade)

 I'll note that r11822 corresponds to tag 2.1.0 and r11132 is tag 2.0.3

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