Changes between Initial Version and Version 1 of Ticket #2217
- Timestamp:
- 02/28/13 09:58:18 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2217
- Property Summary [raster] ST_Binary semantic discrepancy → [raster] ST_AsBinary semantic discrepancy
-
Ticket #2217 – Description
initial v1 2 2 3 3 4 Currently (SVN trunk), ST_ Binary manifests dual nature, depending on in-db or out-db storage of raster data.4 Currently (SVN trunk), ST_AsBinary manifests dual nature, depending on in-db or out-db storage of raster data. 5 5 6 * For in-db, ST_ Binary returns complete blob with raster data in [http://svn.osgeo.org/postgis/spike/wktraster/doc/RFC2-WellKnownBinaryFormat WKB format].7 * For out-db, ST_ Binary returns the WKB header followed by local file path.6 * For in-db, ST_AsBinary returns complete blob with raster data in [http://svn.osgeo.org/postgis/spike/wktraster/doc/RFC2-WellKnownBinaryFormat WKB format]. 7 * For out-db, ST_AsBinary returns the WKB header followed by local file path. 8 8 9 Assuming the WKB format is canonical representation, this ST_ Binary manifests valid behaviour.9 Assuming the WKB format is canonical representation, this ST_AsBinary manifests valid behaviour. 10 10 11 11 However, in the out-db case and from usability point of view, transporting local filesystem path does not make much sense.