From: Regina Obe Date: Wed, 3 Aug 2011 12:14:30 +0000 (+0000) Subject: some typo cleanup X-Git-Tag: 2.0.0alpha1~1155 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=006f60b2f3962a17f063666f41234852eda808ed;p=postgis some typo cleanup git-svn-id: http://svn.osgeo.org/postgis/trunk@7692 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/extras_tigergeocoder.xml b/doc/extras_tigergeocoder.xml index 99df5f7cf..22ac27325 100644 --- a/doc/extras_tigergeocoder.xml +++ b/doc/extras_tigergeocoder.xml @@ -310,7 +310,7 @@ SELECT * FROM addresses_to_geocode WHERE rating is not null; Install_Missing_Indexes - Finds all tables with key columns used in geocoder joins and fitler conditions that are missing used indexes on those columns and will add them. + Finds all tables with key columns used in geocoder joins and filter conditions that are missing used indexes on those columns and will add them. @@ -325,8 +325,8 @@ SELECT * FROM addresses_to_geocode WHERE rating is not null; Description - Finds all tables in tiger and tiger_data schemas with key columns used in geocoder joins that are missing indexes on those columns and will output the SQL DDL to - define the index for those tables. This is a helper function that adds new indexes needed to make queries faster that may have been missing during the load process. + Finds all tables in tiger and tiger_data schemas with key columns used in geocoder joins and filters that are missing indexes on those columns and will output the SQL DDL to + define the index for those tables and then execute the generated script. This is a helper function that adds new indexes needed to make queries faster that may have been missing during the load process. This function is a companion to that in addition to generating the create index script, also executes it. It is called as part of the update_geocode.sql upgrade script.