]> granicus.if.org Git - postgis/commitdiff
schema qualify usage
authorRegina Obe <lr@pcorp.us>
Sun, 26 May 2019 00:59:07 +0000 (00:59 +0000)
committerRegina Obe <lr@pcorp.us>
Sun, 26 May 2019 00:59:07 +0000 (00:59 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@17441 b70326c6-7e19-0410-871a-916f4a2858ee

extras/tiger_geocoder/tiger_loader_2018.sql

index 4fb7ade937bc0f9bda253548398f5713f08ccc75..932ccb250d4a302f32f6b1969ca3d8f7f80dab44 100644 (file)
@@ -455,7 +455,7 @@ WHERE c.statefp = s.state_fips), ' ')
 ' || replace(platform.unzip_command, '*.zip', 'tl_*_' || s.state_fips || '*_' || table_name || '*.zip ') || '
 ' || loader_macro_replace(COALESCE(lu.pre_load_process || E'\n', '') || COALESCE(county_process_command || E'\n','')
                                || COALESCE(E'\n' ||lu.post_load_process , '') , ARRAY['loader','table_name','lookup_name'], ARRAY[platform.loader  || ' -D ' || CASE WHEN lu.single_geom_mode THEN ' -S' ELSE ' ' END::text, lu.table_name, lu.lookup_name ])
-                               FROM loader_lookuptables AS lu
+                               FROM tiger.loader_lookuptables AS lu
                                WHERE level_county = true AND load = true
                                ORDER BY process_order, lookup_name), E'\n') ::text
        , ARRAY['psql', 'data_schema','staging_schema', 'staging_fold', 'state_fold', 'website_root', 'state_abbrev','state_fips'],