]> granicus.if.org Git - postgis/commitdiff
#2403 force northwest into postdir, fix some other casing issues and upport any other...
authorRegina Obe <lr@pcorp.us>
Thu, 8 Aug 2013 05:20:18 +0000 (05:20 +0000)
committerRegina Obe <lr@pcorp.us>
Thu, 8 Aug 2013 05:20:18 +0000 (05:20 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@11743 b70326c6-7e19-0410-871a-916f4a2858ee

extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql

index 91114925dc89d538ed0a8726287451e9c1b65837..821d672d74047bf60e0d1608d3df346e5e3bd746 100644 (file)
@@ -3815,6 +3815,7 @@ INSERT INTO pagc_lex (id, seq, word, stdword, token, is_custom) VALUES (2345, 2,
 INSERT INTO pagc_lex (id, seq, word, stdword, token, is_custom) VALUES (2353, 2, 'SQURE', 'SQ', 24, false);
 INSERT INTO pagc_lex (id, seq, word, stdword, token, is_custom) VALUES (2351, 2, 'SQUARE', 'SQ', 24, false);
 INSERT INTO pagc_lex (id, seq, word, stdword, token, is_custom) VALUES (2418, 2, 'STN', 'STA', 24, false);
+INSERT INTO pagc_lex (id, seq, word, stdword, token, is_custom) VALUES (2934, 2, 'NORTHWEST', 'NW', 22, false);
 
 
 SELECT pg_catalog.setval('pagc_lex_id_seq', (SELECT greatest((SELECT MAX(id) FROM pagc_lex),50000)), true);