From: Regina Obe Date: Fri, 15 Apr 2011 11:00:57 +0000 (+0000) Subject: replace with linux breaks, minor changes to paths X-Git-Tag: 2.0.0alpha1~1769 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=69833d53ca534426437e07f1bca5a03534a6836e;p=postgis replace with linux breaks, minor changes to paths git-svn-id: http://svn.osgeo.org/postgis/trunk@7033 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/extras/tiger_geocoder/tiger_2010/create_geocode.sh b/extras/tiger_geocoder/tiger_2010/create_geocode.sh index eb7ea2cbe..e76a05d44 100644 --- a/extras/tiger_geocoder/tiger_2010/create_geocode.sh +++ b/extras/tiger_geocoder/tiger_2010/create_geocode.sh @@ -1,14 +1,14 @@ -# $Id$ -PGPORT=5432 -PGHOST=localhost -PGUSER=postgres -PGPASSWORD=yourpasswordhere -THEDB=geocoder -PSQL_CMD=psql -PGCONTRIB=/usr/share/contrib -${PSQL_CMD} -d "${THEDB}" -f "${PGCONTRIB}/fuzzystrmatch.sql" -${PSQL_CMD} -d "${THEDB}" -c "CREATE SCHEMA tiger" -${PSQL_CMD} -d "${THEDB}" -f "tables/lookup_tables_2010.sql" -${PSQL_CMD} -d "${THEDB}" -c "CREATE SCHEMA tiger_data" -${PSQL_CMD} -d "${THEDB}" -f "tiger_loader.sql" +# $Id$ +PGPORT=5432 +PGHOST=localhost +PGUSER=postgres +PGPASSWORD=yourpasswordhere +THEDB=geocoder +PSQL_CMD=/usr/bin/psql +PGCONTRIB=/usr/share/postgresql/contrib +${PSQL_CMD} -d "${THEDB}" -f "${PGCONTRIB}/fuzzystrmatch.sql" +${PSQL_CMD} -d "${THEDB}" -c "CREATE SCHEMA tiger" +${PSQL_CMD} -d "${THEDB}" -f "tables/lookup_tables_2010.sql" +${PSQL_CMD} -d "${THEDB}" -c "CREATE SCHEMA tiger_data" +${PSQL_CMD} -d "${THEDB}" -f "tiger_loader.sql" ${PSQL_CMD} -d "${THEDB}" -f "create_geocode.sql" \ No newline at end of file