root/inputs/VegBank/taxonobservation_/postprocess.sql @ 11958
1 | 10932 | aaronmk | SELECT util.search_path_append('util'); |
---|---|---|---|
2 | |||
3 | 11232 | aaronmk | SELECT create_if_not_exists($$CREATE INDEX $$||:table_str||%'__parent'||$$ ON $$||:table_str||$$ ("eventID")$$); -- runtime: 2 s ("2416.676 ms") @starscream |
4 | 11524 | aaronmk | |
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 |