set PGBIN=C:\Program Files\PostgreSQL\8.4\bin\r
set PGCONTRIB=C:\Program Files\PostgreSQL\8.4\share\contrib\r
"%PGBIN%\psql" -d "%THEDB%" -f "upgrade_geocode.sql"\r
-"%PGBIN%\psql" -d "%THEDB%" -f "tiger_loader_2011.sql"\r
+\r
+REM unremark the loader line to update your loader scripts\r
+REM note this wipes out your custom settings in loader_* tables\r
+REM "%PGBIN%\psql" -d "%THEDB%" -f "tiger_loader_2012.sql"\r
cd regress\r
REM "%PGBIN%\psql" -d "%THEDB%" -t -f regress.sql\r
pause\r
PSQL_CMD=/usr/bin/psql
PGCONTRIB=/usr/share/postgresql/contrib
${PSQL_CMD} -d "${THEDB}" -f "upgrade_geocode.sql"
-${PSQL_CMD} -d "${THEDB}" -f "tiger_loader_2011.sql"
\ No newline at end of file
+
+#unremark the loader line to update your loader scripts
+#note this wipes out your custom settings in loader_* tables
+#${PSQL_CMD} -d "${THEDB}" -f "tiger_loader_2012.sql"
\ No newline at end of file