Opened 14 years ago
Closed 13 years ago
#633 closed defect (fixed)
[raster] st_above, st_below, st_right whatever make raster_above, raster_left whatever
Reported by: | robe | Owned by: | pracine |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | raster | Version: | master |
Keywords: | Cc: |
Description
I believe these are bounding box and exist just for the operators -- only public functions should have an st_ in front. Please rename these. I assume it should be similar to what we have in place for geography
geography_above, geography_below whatever.
Change History (4)
comment:1 by , 14 years ago
Summary: | st_above, st_below, st_right whatever make raster_above, raster_left whatever → [raster] st_above, st_below, st_right whatever make raster_above, raster_left whatever |
---|
comment:2 by , 14 years ago
Status: | new → assigned |
---|
comment:3 by , 13 years ago
Status: | assigned → new |
---|
comment:4 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in r8421. Will need to decide on how to handle upgrades properly as currently the upgrade scripts strip out the operator and operator function additions.