[postgis-devel] [PostGIS] #1883: Geocoder install fails trying to run create_census_base_tables()
PostGIS
trac at osgeo.org
Thu Jun 21 16:46:02 PDT 2012
#1883: Geocoder install fails trying to run create_census_base_tables()
----------------------------+-----------------------------------------------
Reporter: bpanulla | Owner: robe
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.1
Component: tiger geocoder | Version: 2.0.x
Keywords: |
----------------------------+-----------------------------------------------
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
[source:trunk/extras/tiger_geocoder/tiger_2010/create_geocode.sh
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'''.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1883>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list