From 1654bc48b436a0d3589c34f290d0a56a0f07e119 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Tue, 2 Apr 2013 14:57:52 +0000 Subject: [PATCH] forgot the pre direction git-svn-id: http://svn.osgeo.org/postgis/trunk@11242 b70326c6-7e19-0410-871a-916f4a2858ee --- .../tiger_2011/pagc_normalize/pagc_normalize_address.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_normalize_address.sql b/extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_normalize_address.sql index 44af87ec6..51d1dfd23 100644 --- a/extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_normalize_address.sql +++ b/extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_normalize_address.sql @@ -35,6 +35,7 @@ BEGIN result.location := trim(rec.city); result.stateAbbrev := trim(rec.state); result.streettypeAbbrev := trim(rec.suftype); + result.preDirAbbrev := trim(rec.predir); result.postDirAbbrev := trim(rec.sufdir); result.internal := trim(rec.unit); result.parsed := TRUE; -- 2.50.1