]> granicus.if.org Git - postgis/commitdiff
#1009 typo in index creation
authorRegina Obe <lr@pcorp.us>
Thu, 9 Jun 2011 16:01:51 +0000 (16:01 +0000)
committerRegina Obe <lr@pcorp.us>
Thu, 9 Jun 2011 16:01:51 +0000 (16:01 +0000)
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

index 8484e2bf296279e3e581de135d2239451f53547d..8e74fb730b4ea810cc80e6a5e10fbdf4c5b1b516 100644 (file)
@@ -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