From 3f09472e4bd392d36beab1b64eabf742eb3d12a6 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Sat, 26 Mar 2011 23:44:14 +0000 Subject: [PATCH] git-svn-id: http://svn.osgeo.org/postgis/trunk@6972 b70326c6-7e19-0410-871a-916f4a2858ee --- extras/tiger_geocoder/tiger_2010/create_geocode.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.50.1