]> granicus.if.org Git - postgis/commitdiff
more typo corrections
authorRegina Obe <lr@pcorp.us>
Sat, 26 Mar 2011 23:42:55 +0000 (23:42 +0000)
committerRegina Obe <lr@pcorp.us>
Sat, 26 Mar 2011 23:42:55 +0000 (23:42 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@6971 b70326c6-7e19-0410-871a-916f4a2858ee

extras/tiger_geocoder/tiger_2010/create_geocode.sh
extras/tiger_geocoder/tiger_2010/tiger_loader.sql

index 05f34cfe0b9ef7b1f63a6ce834c9be3f1b8261a5..67c5c34563860e365e6402f8b9888dac22eab6f3 100644 (file)
@@ -1,14 +1,14 @@
 # $Id$\r
-export PGPORT=5432\r
-export PGHOST=localhost\r
-export PGUSER=postgres\r
-export PGPASSWORD=yourpasswordhere\r
-export THEDB=geocoder\r
+PGPORT=5432\r
+PGHOST=localhost\r
+PGUSER=postgres\r
+PGPASSWORD=yourpasswordhere\r
+THEDB=geocoder\r
 PSQL_CMD="psql"\r
 PGCONTRIB=/usr/share/contrib\r
-${PSQL_CMD} -d "%THEDB%" -f "${PGCONTRIB}/fuzzystrmatch.sql"\r
-${PSQL_CMD} -d "%THEDB%" -c "CREATE SCHEMA tiger"\r
-${PSQL_CMD} -d "%THEDB%" -f "tables/lookup_tables_2010.sql"\r
-${PSQL_CMD} -d "%THEDB%" -c "CREATE SCHEMA tiger_data"\r
-${PSQL_CMD} -d "%THEDB%" -f "tiger_loader.sql"\r
-${PSQL_CMD} -d "%THEDB%" -f "create_geocode.sql"
\ No newline at end of file
+${PSQL_CMD} -d "${THEDB}" -f "${PGCONTRIB}/fuzzystrmatch.sql"\r
+${PSQL_CMD} -d "${THEDB}" -c "CREATE SCHEMA tiger"\r
+${PSQL_CMD} -d "${THEDB}" -f "tables/lookup_tables_2010.sql"\r
+${PSQL_CMD} -d "${THEDB}" -c "CREATE SCHEMA tiger_data"\r
+${PSQL_CMD} -d "${THEDB}" -f "tiger_loader.sql"\r
+${PSQL_CMD} -d "${THEDB}" -f "create_geocode.sql"
\ No newline at end of file
index 5c61073539877729011f47faf9c6f3eb0de0875b..44962687cf6919cec3330032843d342f8361a1c1 100644 (file)
@@ -59,7 +59,7 @@ PGUSER=postgres
 PGPASSWORD=yourpasswordhere
 PGDATABASE=geocoder
 PSQL=psql
-SHP2PGSQ=shp2pgsql
+SHP2PGSQL=shp2pgsql
 ', E'rm -f ${TMPDIR}/*.*
 ${PSQL} -c "DROP SCHEMA tiger_staging CASCADE;"
 ${PSQL} -c "CREATE SCHEMA tiger_staging;"