</varlistentry>
<varlistentry>
- <term>estimated_extent(schema, table, geocolumn)</term>
+ <term>estimated_extent([schema], table, geocolumn)</term>
<listitem>
<para>
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.
</para>
<para>NOTE: This is only available with PostgreSQL >= 8.0.0</para>
</listitem>