id summary reporter owner description type status priority milestone component version severity resolution keywords cc 5304 PostGIS Raster Driver: Review how the column name is deduced jorgearevalo jorgearevalo "I've executed a query like this to create a new raster table {{{ create table new_raster_table as( SELECT ST_Clip(rast, ST_Buffer(ST_Centroid(ST_Envelope(rast)), 20), false ) from aerials.boston WHERE rid = 4) }}} So, the new_raster_table has a column named 'st_buffer', but the driver looks for 'rast' and throws an error, when executing: {{{ gdalinfo PG:""dbname=dbname host=myhost user=myuser password=mypassword port=myport table=new_raster_table mode=2"" }}} I need to activate GDAL_DEBUG to see what's happening" defect closed normal closed_because_of_github_migration GDAL_Raster 1.10.1 major wontfix jorgearevalo