From: Regina Obe Date: Mon, 7 Aug 2017 21:12:21 +0000 (+0000) Subject: adds trailing white space. X-Git-Tag: 2.4.0beta1~65 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e9e3f6ab2ea0f4dad9f7c451b8c2e8fc921d4d1a;p=postgis adds trailing white space. git-svn-id: http://svn.osgeo.org/postgis/trunk@15541 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/extras/tiger_geocoder/upgrade_geocoder.bat b/extras/tiger_geocoder/upgrade_geocoder.bat index 8ad6205f9..4566256e8 100755 --- a/extras/tiger_geocoder/upgrade_geocoder.bat +++ b/extras/tiger_geocoder/upgrade_geocoder.bat @@ -1,19 +1,18 @@ -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