]> granicus.if.org Git - postgis/commitdiff
time autho stamp signatures
authorRegina Obe <lr@pcorp.us>
Thu, 23 Jun 2011 21:15:24 +0000 (21:15 +0000)
committerRegina Obe <lr@pcorp.us>
Thu, 23 Jun 2011 21:15:24 +0000 (21:15 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7458 b70326c6-7e19-0410-871a-916f4a2858ee

extras/tiger_geocoder/tiger_2010/normalize/location_extract_place_exact.sql
extras/tiger_geocoder/tiger_2010/normalize/location_extract_place_fuzzy.sql

index 1ab61016420dffd6179c01c5a7801d5d3b0638e8..0973e0db48e42499a44f6eef675b795a6300035b 100644 (file)
@@ -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
index 30451b0da4612dd52ff139b2c547ee0571cdcd35..5b9de10202f8a3cc7236ec6c4c41fff322677f26 100644 (file)
@@ -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