Opened 13 years ago

Closed 13 years ago

#1256 closed defect (fixed)

uninstall_legacy.sql fails dropping geomunion(geometry, geometry)

Reported by: strk Owned by: robe
Priority: medium Milestone: PostGIS 2.0.0
Component: postgis Version: master
Keywords: Cc:

Description

psql:uninstall_legacy.sql:216: ERROR:  cannot drop function geomunion(geometry,geometry) because other objects depend on it
DETAIL:  function memgeomunion(geometry) depends on function geomunion(geometry,geometry)
HINT:  Use DROP ... CASCADE to drop the dependent objects too.

This is PostgreSQL 8.4.8 on x86_64-pc-linux-gnu, compiled by GCC gcc-4.4.real (Ubuntu 4.4.3-4ubuntu5) 4.4.3, 64-bit

No idea how old the procs installed in the database were.

Change History (1)

comment:1 by robe, 13 years ago

Resolution: fixed
Status: newclosed

fixed at r8080

Note: See TracTickets for help on using tickets.