From 31289ad401f00dcb82c085fe0006ddbd2b69a434 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Fri, 10 Dec 2004 22:20:19 +0000 Subject: [PATCH] Added notice about availability of shorter syntax for estimated_extent() git-svn-id: http://svn.osgeo.org/postgis/trunk@1131 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/postgis.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/postgis.xml b/doc/postgis.xml index 8153822d7..0707fc864 100644 --- a/doc/postgis.xml +++ b/doc/postgis.xml @@ -3850,14 +3850,15 @@ FROM geometry_table; - estimated_extent(schema, table, geocolumn) + estimated_extent([schema], table, geocolumn) Return the 'estimated' extent of the given spatial table. The estimated is taken from the geometry column's statistics gathered by running VACUUM ANALYZE, and is statistically - about 95% of 'real' extent. + about 95% of 'real' extent. The current schema will be + used if not specified. NOTE: This is only available with PostgreSQL >= 8.0.0 -- 2.40.0