how can I create a polygon, containing the actual outlines (aka footprint) of a raster file with postgis?
I just need the outlines of the data containing parts of the raster.
ST_PixelAsPolygon creates a complex polygons - but I just need the footprint.
There is a similar question here How do I create a shapefile showing footprints of Rasters?, but the answers do not cover postgis.
D3