[postgis-devel] [PostGIS] #1739: Problem with soft extension upgrade
PostGIS
trac at osgeo.org
Thu Mar 29 11:01:52 PDT 2012
#1739: Problem with soft extension upgrade
-----------------------------------+----------------------------------------
Reporter: otto | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: build/upgrade/install | Version: 2.0.x
Keywords: |
-----------------------------------+----------------------------------------
I have 2.0.0b2 installed as an extension. Shouldn't I be able to do a soft
upgrade to rc1?
When I run the following:
{{{
ALTER EXTENSION postgis UPDATE TO "2.0.0rc1";
}}}
I get:
{{{
ERROR: cannot drop cast from geometry to geometry because extension
postgis requires it
HINT: You can drop extension postgis instead.
********** Error **********
ERROR: cannot drop cast from geometry to geometry because extension
postgis requires it
SQL state: 2BP01
Hint: You can drop extension postgis instead.
}}}
I'm running pgsql 9.1.2 on OSX 10.6
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1739>
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