]> granicus.if.org Git - postgis/commitdiff
dupe 2934 (give Northwest next id)
authorRegina Obe <lr@pcorp.us>
Thu, 8 Aug 2013 22:55:07 +0000 (22:55 +0000)
committerRegina Obe <lr@pcorp.us>
Thu, 8 Aug 2013 22:55:07 +0000 (22:55 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@11752 b70326c6-7e19-0410-871a-916f4a2858ee

extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql

index 821d672d74047bf60e0d1608d3df346e5e3bd746..ec516325a54bf1fef4d11c6f9e59b592348f499d 100644 (file)
@@ -3815,7 +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);
+INSERT INTO pagc_lex (id, seq, word, stdword, token, is_custom) VALUES (2935, 2, 'NORTHWEST', 'NW', 22, false);
 
 
 SELECT pg_catalog.setval('pagc_lex_id_seq', (SELECT greatest((SELECT MAX(id) FROM pagc_lex),50000)), true);