]> granicus.if.org Git - postgis/commitdiff
fix windows script -- had sh style commented alter schema line instead of windows...
authorRegina Obe <lr@pcorp.us>
Tue, 28 Jun 2011 12:32:39 +0000 (12:32 +0000)
committerRegina Obe <lr@pcorp.us>
Tue, 28 Jun 2011 12:32:39 +0000 (12:32 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7511 b70326c6-7e19-0410-871a-916f4a2858ee

extras/tiger_geocoder/tiger_2010/create_geocode.bat

index 8cbe16c82529d637d30604902df630702ea711cb..f58716e9133140ac74b9648cbb620bc8c15832b2 100644 (file)
@@ -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" \r
 "%PGBIN%\psql"  -d "%THEDB%" -c "CREATE SCHEMA tiger"\r
 REM unremark this next line and edit if you want the search paths set as part of the install\r
-REM ${PSQL_CMD} -d "%THEDB%" -c "ALTER DATABASE %THEDB% SET search_path=public, tiger;"\r
+REM "%PGBIN%\psql" -d "%THEDB%" -c "ALTER DATABASE %THEDB% SET search_path=public, tiger;"\r
 "%PGBIN%\psql"  -d "%THEDB%" -f "tables\lookup_tables_2010.sql"\r
 "%PGBIN%\psql"  -d "%THEDB%" -c "CREATE SCHEMA tiger_data"\r
 "%PGBIN%\psql"  -d "%THEDB%" -f "tiger_loader.sql"\r