SELECT util.search_path_append('util'); SELECT create_if_not_exists($$CREATE INDEX $$||:table_str||%'_parent'||$$ ON $$||:table_str||$$ ("eventID")$$); -- runtime: 1 s ("795.083 ms") @starscream UPDATE :table SET kingdom = "DUPLICATE#of:denorm_kingdom#Kingdom" WHERE kingdom != "DUPLICATE#of:denorm_kingdom#Kingdom"/*implies both NOT NULL*/ -- applies to 1 row (*PLANTCONCEPT_ID 92372) ; -- rerun time: 0.5 s ("710.176 ms") @starscream; runtime: 2 s ("2211.789 ms") @starscream UPDATE :table SET genus_main = trim(genus_main, '{}') -- applies to 6 rows WHERE genus_main LIKE '{%}' -- applies to 6 rows ; -- rerun time: 0.5 s ("492.670 ms") @starscream; runtime: 0.5 s ("543.942 ms") @starscream SELECT mk_derived_col((:table_str, 'identifiedBy'), $$_join_words("identifiedBy__first", "identifiedBy__middle", "identifiedBy__last")$$) ; -- runtime: 15 s ("14351.532 ms") @starscream