[postgis-tickets] [PostGIS] #2279: Can't upgrade PostGIS from 2.0 with extension (was: Can't upgrade PostGIS with extension)

PostGIS trac at osgeo.org
Tue Apr 23 20:41:58 PDT 2013


#2279: Can't upgrade PostGIS from 2.0 with extension
---------------------+------------------------------------------------------
 Reporter:  robe     |       Owner:  robe         
     Type:  defect   |      Status:  new          
 Priority:  blocker  |   Milestone:  PostGIS 2.1.0
Component:  postgis  |     Version:  trunk        
 Keywords:           |  
---------------------+------------------------------------------------------
Changes (by robe):

  * priority:  high => blocker


Comment:

 Back to blocker. Just tried to do the following on a new database.


 {{{
 CREATE EXTENSION postgis VERSION 2.0.3;
 ALTER EXTENSION postgis UPDATE TO "2.1.0SVN";
 }}}

 and got the same error.  so somewhere the extension is not seeing these
 functions as being part of PostGIS extension but yet won't allow them to
 be dropped because some how they are part of the extension or something in
 the extension depends on them.

 This is running on PostgreSQL 9.2.4.  So might be very well a bug in the
 PostgreSQL extension machinery rather than PostGIS scripts.

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