[postgis-tickets] [PostGIS] #2217: [raster] ST_AsBinary semantic discrepancy
PostGIS
trac at osgeo.org
Thu Feb 28 11:07:38 PST 2013
#2217: [raster] ST_AsBinary semantic discrepancy
---------------------+------------------------------------------------------
Reporter: mloskot | Owner: dustymugs
Type: defect | Status: new
Priority: medium | Milestone:
Component: raster | Version: trunk
Keywords: |
---------------------+------------------------------------------------------
Comment(by mloskot):
Replying to [comment:6 dustymugs]:
> I like the idea of adding a flag to ST_AsBinary(), like
include_outdb_data = TRUE. ST_MakeInDB() is also a nifty idea...
It's not only about technical fix, as it is easy peasy to fix from such
point.
It is about considet discoverable decent quality API.
I can bet Pierre's 5K UDS majority of users will expact this simple query
to behave exactly the same way, regardless storage mode on the database
server:
{{{
SELECT ST_AsBinary(rast) FROM t1;
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2217#comment:11>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list