Skip to content

Commit

Permalink
Add SUMLEV index.
Browse files Browse the repository at this point in the history
  • Loading branch information
atogle committed Apr 19, 2011
1 parent 6852349 commit 8bf15f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions sql/create_census_tables.sql
Expand Up @@ -703,4 +703,5 @@ CREATE TABLE "census" (gid serial PRIMARY KEY,
SELECT AddGeometryColumn('','census','the_geom','4269','POINT',2); SELECT AddGeometryColumn('','census','the_geom','4269','POINT',2);
CREATE INDEX idx_the_geom ON census USING GIST (the_geom); CREATE INDEX idx_the_geom ON census USING GIST (the_geom);
CREATE INDEX idx_logrecno ON census ("LOGRECNO"); CREATE INDEX idx_logrecno ON census ("LOGRECNO");
CREATE INDEX idx_sumlev ON census ("SUMLEV");
COMMIT; COMMIT;

0 comments on commit 8bf15f6

Please sign in to comment.