Opened 11 years ago

Closed 11 years ago

#2414 closed defect (fixed)

extension not installing tract tables and profiles not overwritten during upgrade

Reported by: robe Owned by: robe
Priority: medium Milestone: PostGIS 2.1.0
Component: tiger geocoder Version: 2.0.x
Keywords: Cc:

Description

Hmm how did I let this go thru. Just realized when testing for book that tract table is no longer being created (or at least not when I do)

CREATE EXTENSION postgis_tiger_geocoder;

I'm also testing the sh scripts under mingw. I used to take it for granted that I was brilliant enough to write code for a system I don't use and the scripts would just work with spot checking orsome nice Posix user would complain if it didn't. I've just noticed minor things so far like I hardcoded the data schema and staging in the sh scripts where as in the windows one it reads from the configuration.

On a side note I had intended that the package profiles

sh and windows would get overridden on upgrade, and if people really wanted to maintain their own with their own custom settings, they would copy or revise the name of one so it doesn't get overwritten.

e.g. I have a server called t with postres running on 5438.

I renamed the "sh" profile to "sht" which has all my custom configs in it.

Change History (1)

comment:1 by robe, 11 years ago

Resolution: fixed
Status: newclosed

fixed to have census tables load at r11760 for 2.1 and trunk (2.2) at r11761

Note: See TracTickets for help on using tickets.