Last but not least, let's try to get out some metadata for our raster coverages. All the information required for it is stored in the raster_columns catalog as mentioned before. But PostGIS offers a variety of functions for metadata return.
For example, consider ST_ScaleX:
SELECT ST_ScaleX(st_slope) FROM raster_ops.slope;
rid | st_scalex
-----+--------------
1 | 0.0002777777778