<br><font size=2><tt>> select update_geometry_stats();<br>
> <br>
> Make sure your column is in the geometry_columns table.<br>
> <br>
> When you "select * from geometry_columns;" you should see
a big <br>
> histogram2d in there.<br>
> <br>
> Also, when you do an "EXPLAIN ANAYLSE ..." you should see
the predicted <br>
> # of rows to be 'close to' the actual number of rows.<br>
</tt></font>
<br><font size=2><tt>Thanks guys, I've get it working now too.  I'll
note, for the record, that update_geometry_stats() goes through all the
entries in the geometry_columns table.  READ: If you have entries
in the table for tables that no longer exist (or have a different geometry
column name!!), you'll have to clean up your geometry_columns table to
match reality first.</tt></font>
<br>
<br><font size=2><tt>Tyler</tt></font>