From: Regina Obe Date: Sat, 26 Mar 2011 23:44:14 +0000 (+0000) Subject: git-svn-id: http://svn.osgeo.org/postgis/trunk@6972 b70326c6-7e19-0410-871a-916f4a2858ee X-Git-Tag: 2.0.0alpha1~1830 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f09472e4bd392d36beab1b64eabf742eb3d12a6;p=postgis git-svn-id: http://svn.osgeo.org/postgis/trunk@6972 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 67c5c3456..eb7ea2cbe 100644 --- a/extras/tiger_geocoder/tiger_2010/create_geocode.sh +++ b/extras/tiger_geocoder/tiger_2010/create_geocode.sh @@ -4,7 +4,7 @@ PGHOST=localhost PGUSER=postgres PGPASSWORD=yourpasswordhere THEDB=geocoder -PSQL_CMD="psql" +PSQL_CMD=psql PGCONTRIB=/usr/share/contrib ${PSQL_CMD} -d "${THEDB}" -f "${PGCONTRIB}/fuzzystrmatch.sql" ${PSQL_CMD} -d "${THEDB}" -c "CREATE SCHEMA tiger"