id summary reporter owner description type status priority milestone component version resolution keywords cc 1875 [raster] ST_SummaryStats should return null stats on nodata rasters pracine Bborie Park "SELECT ST_SummaryStats(ST_AddBand(ST_MakeEmptyRaster(10, 10, 0, 0, 1, 1, 0, 0, 4326), '16BSI'::text, 0, 0)); returns: ""(0,0,0,-1,0,0)"" If zero pixel were taken into account in the stats, then there should be no results for the other metrics. If I fetch only the min, the max, or the average, how do I know there are actually not significant? It should return: ""(0,null,null,null,null,null)""" defect closed medium PostGIS 2.0.1 raster 2.0.x fixed history