</listitem>
</varlistentry>
- <varlistentry>
- <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. The current schema will be used if not specified. </para>
- <para>NOTE: This is only available with PostgreSQL >= 8.0.0</para>
- </listitem>
- </varlistentry>
+ <varlistentry>
+ <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. The current schema will be used if not specified.</para>
- <varlistentry>
+ <para>For PostgreSQL>=8.0.0 statistics are gathered by VACUUM ANALYZE and resulting extent will be about 95% of the real one.</para>
+ <para>For PostgreSQL<8.0.0 statistics are gathered by update_geometry_stats() and resulting extent will be exact.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term>find_srid(varchar,varchar,varchar)</term>
<listitem>