[postgis-devel] [PostGIS] #1153: uninstall script is broken
PostGIS
trac at osgeo.org
Wed Aug 3 16:13:39 PDT 2011
#1153: uninstall script is broken
---------------------+------------------------------------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: high | Milestone: PostGIS 2.0.0
Component: postgis | Version: trunk
Keywords: |
---------------------+------------------------------------------------------
The mix of DROP FUNCTION gives error
ERROR: function st_minimumboundingcircle(geometry) does not exist
I think this may be because of some of the functions I took out.
All these calls should be really DROP IF EXISTS. We shouldn't have an
DROP FUNCTION. But there appers to be a mix of both.
As well as those hideous drop cascades.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1153>
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