From: Regina Obe Date: Thu, 8 Aug 2013 05:20:18 +0000 (+0000) Subject: #2403 force northwest into postdir, fix some other casing issues and upport any other... X-Git-Tag: 2.2.0rc1~1422 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ace985760005446753b16e519654737f1e5722be;p=postgis #2403 force northwest into postdir, fix some other casing issues and upport any other changes. git-svn-id: http://svn.osgeo.org/postgis/trunk@11743 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql b/extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql index 91114925d..821d672d7 100644 --- a/extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql +++ b/extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql @@ -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);