Changes between Version 19 and Version 20 of WKTRaster/SpecificationFinal01


Ignore:
Timestamp:
May 18, 2010, 10:58:44 AM (14 years ago)
Author:
pracine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster/SpecificationFinal01

    v19 v20  
    123123Returns 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.
    124124
    125 It should be used like this: "SELECT (md).* FROM (SELECT ST_BandMetadata(rast) AS md FROM myrastertable) foo"
     125It should be used like this: "SELECT (bmd).* FROM (SELECT ST_BandMetadata(rast) AS bmd FROM myrastertable) foo"
    126126----
    127127== '''RASTER_COLUMNS Metadata Table''' ==