From: Sandro Santilli Date: Mon, 7 Aug 2017 20:23:16 +0000 (+0000) Subject: Add carriage-returns to line endings X-Git-Tag: 2.4.0beta1~67 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ca3bfac826f142127bd499738af8c1de7830997;p=postgis Add carriage-returns to line endings git-svn-id: http://svn.osgeo.org/postgis/trunk@15539 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/extras/tiger_geocoder/upgrade_geocoder.bat b/extras/tiger_geocoder/upgrade_geocoder.bat index 6dbe99026..8ad6205f9 100755 --- a/extras/tiger_geocoder/upgrade_geocoder.bat +++ b/extras/tiger_geocoder/upgrade_geocoder.bat @@ -1,19 +1,19 @@ -set PGPORT=5432 -set PGHOST=localhost -set PGUSER=postgres -set PGPASSWORD=yourpasswordhere -set THEDB=geocoder -set PGBIN=C:\Program Files\PostgreSQL\9.6\bin -set PGCONTRIB=C:\Program Files\PostgreSQL\9.6\share\contrib - -"%PGBIN%\psql" -d "%THEDB%" -f "upgrade_geocode.sql" - -REM "%PGBIN%\psql" -d "%THEDB%" -c "ALTER EXTENSION postgis_tiger_geocoder UPDATE;" - -REM unremark the loader line to update your loader scripts -REM note this wipes out your custom settings in loader_* tables -REM "%PGBIN%\psql" -d "%THEDB%" -f "tiger_loader_2016.sql" -cd regress -REM "%PGBIN%\psql" -d "%THEDB%" -t -f regress.sql -pause - +set PGPORT=5432 +set PGHOST=localhost +set PGUSER=postgres +set PGPASSWORD=yourpasswordhere +set THEDB=geocoder +set PGBIN=C:\Program Files\PostgreSQL\9.6\bin +set PGCONTRIB=C:\Program Files\PostgreSQL\9.6\share\contrib + +"%PGBIN%\psql" -d "%THEDB%" -f "upgrade_geocode.sql" + +REM "%PGBIN%\psql" -d "%THEDB%" -c "ALTER EXTENSION postgis_tiger_geocoder UPDATE;" + +REM unremark the loader line to update your loader scripts +REM note this wipes out your custom settings in loader_* tables +REM "%PGBIN%\psql" -d "%THEDB%" -f "tiger_loader_2016.sql" +cd regress +REM "%PGBIN%\psql" -d "%THEDB%" -t -f regress.sql +pause +