[postgis-devel] [PostGIS] #1563: Can't upgrade from alpha3 to alpha4 with extension
PostGIS
trac at osgeo.org
Thu Feb 9 01:34:56 PST 2012
#1563: Can't upgrade from alpha3 to alpha4 with extension
-----------------------------------+----------------------------------------
Reporter: robe | Owner: robe
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 2.0.0
Component: build/upgrade/install | Version: trunk
Keywords: |
-----------------------------------+----------------------------------------
I thought this was something I handled already, but might have gotten
taken out by accident. Where I drop all functions from extension to
prevent this error since we add functions with create or replace anyway so
they would get readded.
{{{
ALTER EXTENSION postgis UPDATE TO "2.0.0alpha4";
}}}
Fails with:
{{{
cannot drop function addgeometry column .. because extension postgis
requires it.
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1563>
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-devel
mailing list