[postgis-tickets] r15541 - adds trailing white space.

Regina Obe lr at pcorp.us
Mon Aug 7 14:12:21 PDT 2017


Author: robe
Date: 2017-08-07 14:12:21 -0700 (Mon, 07 Aug 2017)
New Revision: 15541

Modified:
   trunk/extras/tiger_geocoder/upgrade_geocoder.bat
Log:
adds trailing white space.

Modified: trunk/extras/tiger_geocoder/upgrade_geocoder.bat
===================================================================
--- trunk/extras/tiger_geocoder/upgrade_geocoder.bat	2017-08-07 20:40:47 UTC (rev 15540)
+++ trunk/extras/tiger_geocoder/upgrade_geocoder.bat	2017-08-07 21:12:21 UTC (rev 15541)
@@ -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



More information about the postgis-tickets mailing list