select '#877.1', ST_EstimatedExtent('t','g');
analyze t;
select '#877.2', ST_EstimatedExtent('public', 't','g');
+SET client_min_messages TO DEBUG;
select '#877.2.deprecated', ST_Estimated_Extent('public', 't','g');
+SET client_min_messages TO NOTICE;
insert into t(g) values ('LINESTRING(-10 -50, 20 30)');
-- #877.3
#1273.1|t
ERROR: stats for "t.g" do not exist
ERROR: stats for "t.g" do not exist
-WARNING: ST_Estimated_Extent signature was deprecated in 2.1.0. Please use ST_EstimatedExtent
+DEBUG: ST_Estimated_Extent signature was deprecated in 2.1.0. Please use ST_EstimatedExtent
ERROR: stats for "t.g" do not exist
ERROR: stats for "t.g" do not exist
#877.4|-10.15000|20.15000|-50.40000|30.40000