Opened 7 years ago

Closed 7 years ago

#3887 closed defect (fixed)

uninstall_rtpostgis.sql:55: ERROR: operator does not exist: raster ~ geometry

Reported by: strk Owned by: pramsey
Priority: blocker Milestone: PostGIS 2.4.1
Component: postgis Version: 2.4.x
Keywords: Cc:

Description

The rtpostgis_uninstall.sql script fails, even when called right after rtpostgis.sql. Error is:

psql:raster/rt_pg/uninstall_rtpostgis.sql:55: ERROR:  operator does not exist: raster ~ geometry

I didn't check in older releases yet. This is against current trunk (r15934)

Change History (1)

comment:1 by strk, 7 years ago

Resolution: fixed
Status: newclosed

In 15936:

Use IF NOT EXISTS when dropping things

Fixes #3887 in trunk (2.5.0dev)

Note: See TracTickets for help on using tickets.