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