Ticket #1739 (closed defect: worksforme)
Problem with soft extension upgrade
| Reported by: | otto | Owned by: | strk |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS 2.0.0 |
| Component: | build/upgrade/install | Version: | 2.0.x |
| Keywords: | Cc: |
Description
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
Change History
Note: See
TracTickets for help on using
tickets.
