]> granicus.if.org Git - postgis/commitdiff
#2260 - fix normalize discrepancy in pagc handling service drives
authorRegina Obe <lr@pcorp.us>
Sat, 13 Apr 2013 07:15:18 +0000 (07:15 +0000)
committerRegina Obe <lr@pcorp.us>
Sat, 13 Apr 2013 07:15:18 +0000 (07:15 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@11290 b70326c6-7e19-0410-871a-916f4a2858ee

extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql

index c3fd682c37344eb61254cae24b25a2a6fc43e348..e750dfd26988f1ade88854f14fcf904c53a4631c 100644 (file)
@@ -3799,6 +3799,9 @@ INSERT INTO pagc_lex (id, seq, word, stdword, token, is_custom) VALUES (1766, 1,
 INSERT INTO pagc_lex (id, seq, word, stdword, token, is_custom) VALUES (1769, 1, 'NORTHEAST', 'NE', 22, false);
 INSERT INTO pagc_lex (id, seq, word, stdword, token, is_custom) VALUES (1771, 1, 'NTH', 'N', 22, false);
 INSERT INTO pagc_lex (id, seq, word, stdword, token, is_custom) VALUES (1774, 1, 'NW', 'NW', 22, false);
+INSERT INTO pagc_lex (id, seq, word, stdword, token, is_custom) VALUES (2931, 1, 'SERVICE DR', 'Svc Dr', 2, false);
+INSERT INTO pagc_lex (id, seq, word, stdword, token, is_custom) VALUES (2932, 1, 'SERVICE DRIVE', 'Svc Dr', 2, false);
+INSERT INTO pagc_lex (id, seq, word, stdword, token, is_custom) VALUES (2933, 1, 'SVC DR', 'Svc Dr', 2, false);
 
 
 SELECT pg_catalog.setval('pagc_lex_id_seq', (SELECT greatest((SELECT MAX(id) FROM pagc_lex),50000)), true);