From 990d1f8f4ca09bcbeedbb13aec7d9431cc83c3ae Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Thu, 9 Jun 2011 16:01:51 +0000 Subject: [PATCH] #1009 typo in index creation git-svn-id: http://svn.osgeo.org/postgis/trunk@7345 b70326c6-7e19-0410-871a-916f4a2858ee --- extras/tiger_geocoder/tiger_2010/tables/lookup_tables_2010.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/tiger_geocoder/tiger_2010/tables/lookup_tables_2010.sql b/extras/tiger_geocoder/tiger_2010/tables/lookup_tables_2010.sql index 8484e2bf2..8e74fb730 100644 --- a/extras/tiger_geocoder/tiger_2010/tables/lookup_tables_2010.sql +++ b/extras/tiger_geocoder/tiger_2010/tables/lookup_tables_2010.sql @@ -947,7 +947,7 @@ CREATE TABLE state CONSTRAINT enforce_geotype_the_geom CHECK (geometrytype(the_geom) = 'MULTIPOLYGON'::text OR the_geom IS NULL), CONSTRAINT enforce_srid_the_geom CHECK (st_srid(the_geom) = 4269) ); -CREATE INDEX tiger_state_the_geom_gist ON faces USING gist(the_geom); +CREATE INDEX tiger_state_the_geom_gist ON state USING gist(the_geom); DROP TABLE IF EXISTS place; CREATE TABLE place -- 2.50.1