Project

General

Profile

« Previous | Next » 

Revision 11524

inputs/VegBank/taxonobservation_/map.csv, postprocess.sql: mapped identifiedBy (the join_words() of identifiedBy_first, etc.)

View differences:

postprocess.sql
1 1
SELECT util.search_path_append('util');
2 2

  
3 3
SELECT create_if_not_exists($$CREATE INDEX $$||:table_str||%'__parent'||$$ ON $$||:table_str||$$ ("eventID")$$); -- runtime: 2 s ("2416.676 ms") @starscream
4

  
5

  
6
SELECT mk_derived_col((:table_str, 'identifiedBy'),
7
$$_join_words("identifiedBy__first", "identifiedBy__middle", "identifiedBy__last")$$)
8
; -- runtime: 30 s ("29290.701 ms") @starscream

Also available in: Unified diff