Opened 11 years ago
Closed 11 years ago
#2624 closed defect (invalid)
loader_generate_nation_script('sh') output is buggy
Reported by: | beland | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.1.2 |
Component: | tiger geocoder | Version: | 2.1.x |
Keywords: | Cc: |
Description
One of the steps in setting up the TIGER geocoder is to run:
SELECT loader_generate_nation_script('sh');
The resulting script is buggy: it does not respect several of the configuration steps at the top, and one of the lines refers to non-existent files. I'm attaching a version with suggested fixes.
I am running postgis2_93-2.1.1-1.rhel6.x86_64 on CentOS 6.
Attachments (1)
Change History (2)
by , 11 years ago
Attachment: | nation_script-improved.sh added |
---|
comment:1 by , 11 years ago
Component: | postgis → tiger geocoder |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I'm closing this. I don't think this was a valid ticket. Think was a misunderstand of how PostgreSQL environment variables work.