From 07b04fb51931bad477d523c2d16f105c6862c0e3 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Tue, 28 Jun 2011 12:32:39 +0000 Subject: [PATCH] fix windows script -- had sh style commented alter schema line instead of windows batch style commented alter schema git-svn-id: http://svn.osgeo.org/postgis/trunk@7511 b70326c6-7e19-0410-871a-916f4a2858ee --- extras/tiger_geocoder/tiger_2010/create_geocode.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/tiger_geocoder/tiger_2010/create_geocode.bat b/extras/tiger_geocoder/tiger_2010/create_geocode.bat index 8cbe16c82..f58716e91 100644 --- a/extras/tiger_geocoder/tiger_2010/create_geocode.bat +++ b/extras/tiger_geocoder/tiger_2010/create_geocode.bat @@ -11,7 +11,7 @@ REM If you are using PostgreSQL 9.1 or above, use the extension syntax instead a REM "%PGBIN%\psql" -d "%THEDB%" -c "CREATE EXTENSION fuzzystrmatch" "%PGBIN%\psql" -d "%THEDB%" -c "CREATE SCHEMA tiger" REM unremark this next line and edit if you want the search paths set as part of the install -REM ${PSQL_CMD} -d "%THEDB%" -c "ALTER DATABASE %THEDB% SET search_path=public, tiger;" +REM "%PGBIN%\psql" -d "%THEDB%" -c "ALTER DATABASE %THEDB% SET search_path=public, tiger;" "%PGBIN%\psql" -d "%THEDB%" -f "tables\lookup_tables_2010.sql" "%PGBIN%\psql" -d "%THEDB%" -c "CREATE SCHEMA tiger_data" "%PGBIN%\psql" -d "%THEDB%" -f "tiger_loader.sql" -- 2.50.1