Ticket #1883 (closed defect: fixed)
Geocoder install fails trying to run create_census_base_tables()
| Reported by: | bpanulla | Owned by: | robe |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS 2.0.1 |
| Component: | tiger geocoder | Version: | 2.0.x |
| Keywords: | history | Cc: |
Description
I did a clean install of PostGIS 2.0 from RPM. When I started to set up the tiger2010 geocoder I saw an error in the output of create_geocode.sh
SELECT tiger.create_census_base_tables();: No such file or directory
On line 20:
${PSQL_CMD} -d "${THEDB}" -f "SELECT tiger.create_census_base_tables();"
That should probably be -c to run inline SQL rather than -f.
Change History
Note: See
TracTickets for help on using
tickets.
