Opened 13 years ago
Closed 13 years ago
#1003 closed task (fixed)
[raster] st_bytea should be renamed to bytea
Reported by: | robe | Owned by: | pracine |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | raster | Version: | master |
Keywords: | Cc: |
Description
To be consistent with rest of PostGIS and follow the PostgreSQL convention that type cast functions should have the same name as the type, st_bytea(raster) should be renamed to bytea
Note:
See TracTickets
for help on using tickets.
Committed in r8423. Will need to resolve how to upgrade existing databases as current upgrade scripts strip out new CASTs.