Project

General

Profile

« Previous | Next » 

Revision 10597

inputs/U/: switched to new-style import, using the steps at http://wiki.vegpath.org/Adding_new-style_import_to_a_datasource

View differences:

postprocess.sql
2 2

  
3 3

  
4 4
SELECT mk_derived_col((:table_str, 'county'),
5
$$_alt("Gazetteer", "Newgazett")$$)
5
$$_alt("county.main", "county.alt")$$)
6 6
; -- runtime: 0.5 s ("Time: 610.516 ms") @starscream
7 7

  
8 8
SELECT mk_derived_col((:table_str, 'recordedBy'),
9
$$_join("Collector", "Addcoll")$$)
9
$$_join("recordedBy_primary", "recordedBy_additional")$$)
10 10
; -- runtime: 2 s ("Time: 2273.582 ms") @starscream

Also available in: Unified diff