<div dir="ltr">I have an existing daily utilized PostGIS install on psql 9.2. It was functioning fine up until the latest change. This change was the installation of the tz_world shapefile from <a href="http://efele.net/maps/tz/world/">http://efele.net/maps/tz/world/</a> to use lon/lat for getting timezone data.<div><br></div><div>Since the installation reverse_geocode(); is still functional; however, I never get data in predirabbrev. Going back through about 7.9M records that have been geocoded, not one has N, W, S or any data that (I would assume) would come from direction_lookup.<br><div><br></div><div>I've attempted to re run indexes with no luck. I installed the tz shapefile with: shp2pgsql -S -s 4326 -I tz_world | psql -U postgres geocoder</div><div><br></div><div><br></div><div>Any help would be greatly appreciated!</div><div><br></div><div>Thanks!</div><div><br></div><div>------------------------------------------------------------------------------------------------------<br></div><div><div>Linux ip-172-16-x-x 2.6.32-431.el6.x86_64 #1 SMP Fri Nov 22 03:15:09 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux</div></div><div>---------------------------------------------------<br></div><div>PostgreSQL "9.2.9"</div><div>---------------------------------------------------</div><div><div>SELECT extname, extversion</div><div>FROM pg_extension;</div></div><div><div>"plpgsql";"1.0"</div><div>"postgis";"2.1.3"</div><div>"postgis_topology";"2.1.3"</div><div>"fuzzystrmatch";"1.0"</div><div>"postgis_tiger_geocoder";"2.1.3"</div><div>"plsh";"2"</div></div><div>---------------------------------------------------<br></div><div>"POSTGIS="2.1.3 r12547" GEOS="3.4.2-CAPI-1.8.2 r3921" PROJ="Rel. 4.8.0, 6 March 2012" GDAL="GDAL 1.9.2, released 2012/10/08" LIBXML="2.7.6" LIBJSON="UNKNOWN" TOPOLOGY RASTER"<br></div></div></div>