From: Michael Orlitzky Date: Sat, 12 Sep 2009 17:41:20 +0000 (-0400) Subject: Added the framework for the PostGIS database integration. X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;ds=sidebyside;h=b6cea827835222aa38004dd599e24c3ecc5c596b;hp=b6cea827835222aa38004dd599e24c3ecc5c596b;p=dead%2Fcensus-tools.git Added the framework for the PostGIS database integration. Created makefile targets for the Tiger data and census database. Added comments to the makefile describing the targets. Created a SQL script to create the sf1_blocks table, and to add indexes on both blkidfp00 columns. Created a new script, sf1blocks2sql (used by the makefile), which exports the Summary File 1 blocks as SQL "INSERT" statements. ---