Ticket #1563 (closed defect: fixed)
Can't upgrade from alpha3 to alpha4 with extension
| Reported by: | robe | Owned by: | robe |
|---|---|---|---|
| Priority: | blocker | Milestone: | PostGIS 2.0.0 |
| Component: | build/upgrade/install | Version: | trunk |
| Keywords: | Cc: |
Description
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.
Change History
Note: See
TracTickets for help on using
tickets.
