[postgis-devel] [PostGIS] #1153: uninstall script is broken
PostGIS
trac at osgeo.org
Thu Dec 22 01:01:43 PST 2011
#1153: uninstall script is broken
-----------------------------------+----------------------------------------
Reporter: robe | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: build/upgrade/install | Version: trunk
Keywords: |
-----------------------------------+----------------------------------------
Comment(by strk):
As of PostgreSQL 8.4.9, pg_dump is bogus, producing these lines:
{{{
DROP TYPE public.spheroid CASCADE;
DROP FUNCTION public.spheroid_out(spheroid);
DROP FUNCTION public.spheroid_in(cstring);
}}}
which are clearly in the wrong order
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1153#comment:5>
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