I fixed several bugs in the generated bash script to import US Census shapefiles. Now I'm having an issue with the reverse geocoder SQL:<br><br>postgres@li63-206:/tmp/tiger_2010$ /usr/local/pgsql/bin/psql -d geo -f ./create_geocode.sql<br>
psql:./create_geocode.sql:4: ERROR:  schema "tiger" does not exist<br>BEGIN<br>psql:./create_geocode.sql:7: NOTICE:  type "norm_addy" does not exist, skipping<br>DROP TYPE<br>CREATE TYPE<br>CREATE FUNCTION<br>
CREATE FUNCTION<br>CREATE FUNCTION<br>CREATE FUNCTION<br>CREATE FUNCTION<br>CREATE FUNCTION<br>CREATE FUNCTION<br>CREATE FUNCTION<br>CREATE FUNCTION<br>CREATE FUNCTION<br>CREATE FUNCTION<br>CREATE FUNCTION<br>CREATE FUNCTION<br>
CREATE FUNCTION<br>CREATE FUNCTION<br>CREATE FUNCTION<br>CREATE FUNCTION<br>CREATE FUNCTION<br>CREATE FUNCTION<br>CREATE FUNCTION<br>CREATE FUNCTION<br>CREATE FUNCTION<br>CREATE FUNCTION<br>CREATE FUNCTION<br>CREATE FUNCTION<br>
CREATE FUNCTION<br>CREATE FUNCTION<br>psql:geocode/reverse_geocode.sql:101: ERROR:  return type mismatch in function declared to return record<br>DETAIL:  Function's final statement must be SELECT or INSERT/UPDATE/DELETE RETURNING.<br>
CONTEXT:  SQL function "reverse_geocode"<br>ROLLBACK<br><br>Anyone have any ideas? Using postgis-2.0.0SVN<br><br>Thanks,<br><br>Johnathan<br>