+--$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
lstate VARCHAR;
rec RECORD;
BEGIN
+--$Id$-
ws := E'[ ,.\n\f\t]';
-- Try for an exact match against places
+--$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
test BOOLEAN;
lstate VARCHAR;
BEGIN
+--$Id$-
ws := E'[ ,.\n\f\t]';
tempString := substring(fullStreet, '(?i)' || ws