id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 877,st_estimated_extent returns error on empty table,martins,pramsey,"To reproduce: > create table t(gid serial); > select addgeometrycolumn('t','g',4326,'GEOMETRY',2); > vacuum analyze t; > select st_estimated_extent('t','g'); ERROR: LWGEOM_estimated_extent: couldn't locate table within current schema This is especially annoying for us, because we must execute estimated_extent inside a transaction. Could the function be changed to return NULL instead of an error in this case?",defect,closed,high,PostGIS 1.5.4,postgis,1.5.X,fixed,history,