From: Regina Obe Date: Thu, 23 Jun 2011 21:15:24 +0000 (+0000) Subject: time autho stamp signatures X-Git-Tag: 2.0.0alpha1~1369 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c5aa904976d09d1d2b80c42d86daead829423b99;p=postgis time autho stamp signatures git-svn-id: http://svn.osgeo.org/postgis/trunk@7458 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/extras/tiger_geocoder/tiger_2010/normalize/location_extract_place_exact.sql b/extras/tiger_geocoder/tiger_2010/normalize/location_extract_place_exact.sql index 1ab610164..0973e0db4 100644 --- a/extras/tiger_geocoder/tiger_2010/normalize/location_extract_place_exact.sql +++ b/extras/tiger_geocoder/tiger_2010/normalize/location_extract_place_exact.sql @@ -1,3 +1,4 @@ +--$Id$- -- location_extract_place_exact(string, stateAbbrev) -- This function checks the place_lookup table to find a potential match to -- the location described at the end of the given string. If an exact match @@ -15,6 +16,7 @@ DECLARE lstate VARCHAR; rec RECORD; BEGIN +--$Id$- ws := E'[ ,.\n\f\t]'; -- Try for an exact match against places diff --git a/extras/tiger_geocoder/tiger_2010/normalize/location_extract_place_fuzzy.sql b/extras/tiger_geocoder/tiger_2010/normalize/location_extract_place_fuzzy.sql index 30451b0da..5b9de1020 100644 --- a/extras/tiger_geocoder/tiger_2010/normalize/location_extract_place_fuzzy.sql +++ b/extras/tiger_geocoder/tiger_2010/normalize/location_extract_place_fuzzy.sql @@ -1,3 +1,4 @@ +--$Id$- -- location_extract_place_fuzzy(string, stateAbbrev) -- This function checks the place_lookup table to find a potential match to -- the location described at the end of the given string. If an exact match @@ -18,6 +19,7 @@ DECLARE test BOOLEAN; lstate VARCHAR; BEGIN +--$Id$- ws := E'[ ,.\n\f\t]'; tempString := substring(fullStreet, '(?i)' || ws