[postgis-tickets] [PostGIS] #2279: Can't upgrade PostGIS from 2.0

PostGIS trac at osgeo.org
Tue Apr 23 22:26:23 PDT 2013


#2279: Can't upgrade PostGIS from 2.0
---------------------+------------------------------------------------------
 Reporter:  robe     |       Owner:  pramsey      
     Type:  defect   |      Status:  new          
 Priority:  blocker  |   Milestone:  PostGIS 2.1.0
Component:  postgis  |     Version:  trunk        
 Keywords:           |  
---------------------+------------------------------------------------------
Description changed by robe:

Old description:

> This I suspect is just an extension issue and I have to put in extra
> logic for this.  I'll double check but I did my usual micro-micro upgrade
>  Upgrading from 2.1.0 SVN r11142 to r11306
> with
>
> {{{
> ALTER EXTENSION postgis UPDATE TO "2.1.0SVNnext";
> }}}
>

> and got this
>
> {{{
>
> ERROR:  cannot drop function
> geometry_gist_sel_2d(internal,oid,internal,integer) because other objects
> depend on it
> }}}

New description:

 UPDATE: on closer inspection this makes it IMPOSSIBLE to do a soft upgrade
 from 2.0 to 2.1 with or without extensions.

 ----------- OLD NOTE -----
 This I suspect is just an extension issue and I have to put in extra logic
 for this.  I'll double check but I did my usual micro-micro upgrade
  Upgrading from 2.1.0 SVN r11142 to r11306
 with

 {{{
 ALTER EXTENSION postgis UPDATE TO "2.1.0SVNnext";
 }}}


 and got this

 {{{

 ERROR:  cannot drop function
 geometry_gist_sel_2d(internal,oid,internal,integer) because other objects
 depend on it
 }}}

--

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