Changes between Version 19 and Version 20 of WKTRaster/SpecificationFinal01
- Timestamp:
- 05/18/10 10:58:44 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster/SpecificationFinal01
v19 v20 123 123 Returns all the metadata associated with a raster band (pixeltype, has nodata value, nodata value, is stored out-db, path, in this order). Does not include embedding raster metadata. If you want embedding raster metadata, add ST_Metadata(raster) to your query. 124 124 125 It should be used like this: "SELECT ( md).* FROM (SELECT ST_BandMetadata(rast) ASmd FROM myrastertable) foo"125 It should be used like this: "SELECT (bmd).* FROM (SELECT ST_BandMetadata(rast) AS bmd FROM myrastertable) foo" 126 126 ---- 127 127 == '''RASTER_COLUMNS Metadata Table''' ==