Ticket #1749 (closed defect: fixed)
[raster] some permutations of st_intersection are not being dropped in older installs
| Reported by: | robe | Owned by: | pracine |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS 2.0.1 |
| Component: | raster | Version: | trunk |
| Keywords: | Cc: |
Description (last modified by robe) (diff)
See ticket #1746 how to observe this.
Functions in question
st_intersection(raster, raster, text, regprocedure); st_intersection(rast1 raster, rast2 raster, otheruserfunc regprocedure); st_intersection(rast1 raster, band1 integer, rast2 raster, band2 integer, otheruserfunc regprocedure); st_intersection(raster, integer, raster, integer, text, regprocedure);
I'm not sure we want to drop these if per chance people are using them and just instead allow them to be orphaned as they currently are.
Change History
Note: See
TracTickets for help on using
tickets.
