]> gitweb.michael.orlitzky.com - dead/census-tools.git/commitdiff
Updated the comment about the two PostGIS SQL scripts. I actually know what they...
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 12 Sep 2009 22:33:09 +0000 (18:33 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 12 Sep 2009 22:33:09 +0000 (18:33 -0400)
makefile

index 13032e9a18ef6b031dc251820dfd49186f8dd26e..829bbb0c25cb693a59c4c429c90297dcb2c1841f 100644 (file)
--- a/makefile
+++ b/makefile
@@ -44,8 +44,9 @@ data:
 # support to the database.
 #
 # At that point, we import the two PostGIS files, lwpostgis.sql and
-# spatial_ref_sys.sql. These are magic as far as I'm concerned, but
-# PostGIS requires them.
+# spatial_ref_sys.sql. The lwpostgis.sql file contains the geometry
+# functions, while spatial_ref_sys.sql contains a table of SRIDs, and
+# their associated properties. PostGIS requires both.
 #
 # Then, we import the Tiger data using shp2pgsql. The shapefiles
 # should exist, since this task depends on the "data" task, which